Home  >  Article  >  Development Tools  >  How to convert sass to css with vscode

How to convert sass to css with vscode

尚
Original
2019-12-28 16:20:125049browse

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)

How to convert sass to css with vscode

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!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn