Home > Article > Development Tools > How to convert sass to css with vscode
How to convert sass to css with vscode:
1. Install the Easy scss plug-in (note that you cannot install the scss2css plug-in, which will cause conflicts and errors)
2. Create the folder css and create the .scss file in it.
3. Saving will automatically create two .css files, one compressed and one uncompressed.
4. You can also uniformly convert scss into css at the end. Right-click---"Command Panel---"Run the compile command to uniformly convert scss files into css files
This article comes from PHP Chinese website vscode tutorial column.
The above is the detailed content of How to convert sass to css with vscode. For more information, please follow other related articles on the PHP Chinese website!