DEV Community

Discussion on: Speed Up Your Web Development: Sass

 
stiv_ml profile image
Stiv Marcano

This is exactly my point!

Thread Thread
 
equinusocio profile image
Mattia Astorino • Edited

Man, to compile sass you need ruby-sass or node-sass (js) or some external shitty tool like prepros or codekit. This is a no-sense even because sass is not css at all since it use his own syntax. With postcss you can write standard css and get... css. And don’t forget that if you are using autoprefixer (and you should) you are already using postcss.

Thread Thread
 
tux0r profile image
tux0r

if you are using autoprefixer (and you should)

I'm not. I write standard-compliant CSS.

Thread Thread
 
equinusocio profile image
Mattia Astorino

Wut? Do you know what autoprefixer do?

Thread Thread
 
tux0r profile image
tux0r

Wut? Which problem (not: thought problem) would it solve?