U
U
unclechu2014-09-26 04:13:49
css
unclechu, 2014-09-26 04:13:49

Is there a LESS Hat equivalent for SASS (SCSS)?

I am gradually moving from Less to SASS, under Less there is an excellent set of mixins , with which you can not specify a bunch of prefixes and alternative implementations of CSS properties for any IE. Is there something similar for SASS? Or will you have to assemble such a gentleman 's bike set yourself?
UPD: The task is to do without unnecessary dependencies (only Node.JS), Compass is not suitable due to the dependence on Ruby.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
U
unclechu, 2014-10-02
@unclechu

Judging by the responses, the answer is “no”. Compass has been suggested, but it is Ruby dependent, which doesn't match the UPD flag .

S
Sergey, 2014-09-26
Protko @Fesor

Why if there is an autoprefixer? For a set of mixins like .size?

Z
zooks, 2014-09-26
@zooks

For SASS there is Compass - mixins and hacks for ancient browsers like IE6-8, prefixes and many other useful tools.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question