Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

How to convert directory SASS/SCSS to CSS via command line?

/*watch your source files for changes, and re-compile CSS 
each time you save your Sass.*/
sass --watch input.scss output.css
/* compile */
sass --no-source-map input.scss output.css
Source by sass-lang.com #
 
PREVIOUS NEXT
Tagged: #How #convert #directory #CSS #command
ADD COMMENT
Topic
Name
4+6 =