Give Sass a try online! Just type in some Sass code below, press Render, and see the beautiful CSS output.
gem install sass
mv
style.css style.scss
sass
--watch style.scss:style.css
Give Sass a try online! Just type in some Sass code below, press Render, and see the beautiful CSS output.