A
A
Ali96642018-08-11 04:52:10
css
Ali9664, 2018-08-11 04:52:10

SASS - LESS - Stylus what to choose?

What to choose? SASS LESS or STYLUS

Answer the question

In order to leave comments, you need to log in

3 answer(s)
D
Dmitry Belyaev, 2018-08-11
@Ali9664

Of course, the question is more of a taste, but still SASS in the SCSS syntax
From the pluses I can say:
- The richest functionality (IMHO)
- CSS is valid SCSS
- Many libraries are written today on it, which allows you to load them in parts or use them at the mixin level and functions
- Ability to override loading of imports
- Ability to write functions in the assembly language - in most cases it is not necessary, but still useful
- A single core in C and bindings to many languages

C
Camaro67, 2018-08-11
@Camaro67

You need to own all three preprocessors. As you gain experience, you will be able to answer your own question, no one else can decide for you which preprocessor suits you best. it's a matter of taste.

F
fastkulob, 2018-08-11
@fastkulob

less because you can make any effects on it in just a couple of lines of code. If you know css then you can even study less on Wikipedia.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question