The goal of this project is to give you a no config template for creating Svelte apps with SCSS.
This project is based off of sveltejs/template.
Use this template
git clone <repo_name>
cd <repo_name>
yarn
to install dependencies.Note: You can also just clone this repo using git clone --bare https://github.com/jefflombard/svelte-sass-boilerplate
and run git init
in the new project.
yarn dev
.lang="scss"
attribute. <style lang="scss">
.main {
p {
color: blue;
}
}
</style>
live-server
- makes local dev easier.