- 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
Project
css2sass
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
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Pull Requests
Development
Dependencies
Runtime
>= 3.4.9
Project Readme