-
Create a file with a
.scss
extension. For example,skin.scss
. -
Open the VS Code Extension manager, on the left.
-
Search for the
Easy SASS
extension and install it. Click the "Reload" button. -
Edit your
.scss
file and save it. -
After saving your file,
Easy Sass
will create another file next to it, with a.min.css
extension. This is the compiled code, ready to include in index.html. -
In your html, include the compiled code using a
link
tag. In the case ofcss-skin
, replaceskin.css
withskin.min.css
and remove theskin.css
file, in order to avoid confusion.
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.