|
|
|
|
|
by waffle_ss
5393 days ago
|
|
Neither; I used to use SCSS, but have moved on to LESS (http://lesscss.org/). One thing that always annoyed me with SCSS is having to explicitly tag classes with the `@mixin` keyword before being able to use them elsewhere as a mixin. LESS doesn't make you do that. |
|
Also, one of the most powerful features of Sass today is @extend, which is something that Less definitely does not have: http://sass-lang.com/docs/yardoc/file.SASS_REFERENCE.html#ex...