a easy way to convert css to sass
CLI and library to convert CSS files to SCSS (Sass)
use css2sass(in command prompt) with the following arguments the format to convert : SASS(default) or SCSS followed by input filename.css followed by output filename.scss/sass or you can use stdin to convert to css and ctrl+z to end the input and get the output in stdout
use css2sass(in command prompt) with the following arguments the format to convert -> SASS(default) or SCSS followed by input filename.css followed by output filename.scss/sass or you can use stdin to convert to css and ctrl+z to end the input and get the output in stdout
No description provided.
No description provided.
No description provided.