Y
Hacker News
new
|
ask
|
show
|
jobs
by
somefuckingguy
2612 days ago
Agreed. This is trivial to add if you use postcss (postcss-nested)
1 comments
type0
2612 days ago
Correct me if i'm wrong but postcss is js or node.js only, where's sass is trivial to add with any language.
link
MarvelousWololo
2612 days ago
I'm not totally sure but I think that for Sass only you'd still need Ruby or Node.
link
serial_dev
2612 days ago
Sass has LibSass which is a C++ port of the Sass engine (which was originally written in Ruby). There are wrappers available in many languages, such as Go, Java, Node, PHP (and even Ruby, interestingly enough).
https://sass-lang.com/libsass
link