Y
Hacker News
new
|
ask
|
show
|
jobs
by
type0
2613 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.
1 comments
MarvelousWololo
2613 days ago
I'm not totally sure but I think that for Sass only you'd still need Ruby or Node.
link
serial_dev
2613 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