Thoughts on LESS or SASS

Out of context: Reply #10

  • Started
  • Last post
  • 17 Responses
  • Juddly0

    We use SCSS here at work. I love it:
    - Variables to reuse (eg. colours, column widths)
    - Mixins (common chunks of styling, with variables.)
    - Nested styles are amazing if used properly. Fuck writing the id selector before every child you want to style...
    - Simple maths / colour hue/sat etc.

    Takes a little getting used to but has sped up our workload a shitton.
    Never ever open the CSS file, all handled by preprocessor.

View thread