Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. COThe differences from HTML to HAML are basically cosmetic, you're right about that. However, SASS provides functionality that doesn't exist in CSS such as variables, mixins, arithmetic (for dimensions and colors), loops, and more. It really puts CSS on a whole different level. The new version 3 of Sass actually supports two syntax modes, and they're now promoting the SCSS syntax (a CSS-lookalike with curly braces) because people were getting hung up on the whitespace-aware SASS syntax and not realizing there's more to it than just a different syntax they might not like.
      singulars
    2. COSass doesn't have to "integrate" into your environment. It only generates static CSS files, so you can use any method to invoke it. I generally always use compass (a library of style functions) on top of sass, which provides a `compass watch` command for automatically compiling sass files on save. [voted you -1 since you already got 6(!), and it's not that well informed... no hard feelings. :-) ]
      singulars
    3. CO@Andrew by "integrate" I mostly meant "integrate into the build process", which I think such a tool would have to, in some way. Either it becomes part of the application build, or else it becomes a *separate* build. Either way, it has to "integrate" into the way I do my work. An "automatic compile" tool, for example, would be completely useless in the sort of build environment I'm used to (and that I prefer). The question is asking for opinions, so downvoting my opinion based on *your* clearly incomplete understanding of *my* situation seems ridiculous.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload