Z
Z
zjoin2014-03-26 10:22:15
HTML
zjoin, 2014-03-26 10:22:15

What is your opinion on the Stylus preprocessor?

I tried all the main ones, and the stylus seemed cool and modern at first. But when I jump to finalize or fix the previous layout that was on Sass, you realize that you already forget to put parentheses and semicolons on the machine.
How are you with Stylus?

Answer the question

In order to leave comments, you need to log in

6 answer(s)
A
Alexander Petrov, 2014-03-26
@dzhiriki

Put semicolons? Colon?
Use Emmet.
And you will write p0+m0. And what it will unfold will depend on the preprocessor itself :)
Stylus is cool. Slowly migrating from SCSS to Stylus.

Z
zjoin, 2014-03-26
@zjoin

Dump of opinions.

V
Vitaly Kirenkov, 2014-03-26
@DeLaVega

Personally, I consider it bad form not to put a colon and a semicolon, because readability is violated. This is essentially comparable to parentheses in js. In the if ... else construct, they can be omitted if the function is in one line, otherwise they have to be added anyway ...
Personally, I settled on LESS on preprocessors. In it, in comparison with the stylus, and the same sass, there are no cycles, but this somehow does not bother much, and the logic for substituting mixins is much simpler.

K
Konstantin Velichko, 2014-03-26
@Zoxon

The stylus is great, but you don't have to get used to preprocessors.
Now I look at css and see how much garbage there is, I’m generally silent about saas, this is some kind of dump after the stylus.
By the way, no one bothers to use emmet in place with stylus

A
Alex Space, 2015-05-18
@MrSpace

Switched from Scss to Stylus... so far the first month, but already happiness is not measured, freedom is felt. Sprites are not really generated with it, but I found how to do it through Gulp. Now I'm looking at Jade and Slime... but so far Emmet is satisfied with this.

V
Vitaly Kudla, 2015-12-25
@Vet888

Stylus is a good preprocessor, it seems to me that pythonists love it very much (do not forget about indentation), do not put colons and semicolons. Even Yandex chose this preprocessor habrahabr.ru/company/yandex/blog/169415.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question