Home > Development Tools > VSCode > body text

How to convert sass to css with vscode

Release: 2019-12-28 16:20:12
Original
4973 people have browsed it

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!

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!