Set up for an intro sass project with Sublime Text
- Install Package Control
- Install sass package
- Install scss package
- Install SASS Build
- Install Koala App onto your computer
- Create a blank project and open Sublime Text
- Create index.html and add the default tags
- Create a CSS and SCSS folder
- In SCSS create a file named "style.scss:
- In CSS create a file named "style.css"
- Open Koala and import the project using the plus symbol in the top right
- Right click on sass/style.scss and choose "Set Output Path" and then go into css folder and create file named "style.css". It will then ask you if you want to override the exsisting file and click yes.
- Go into your index.html file and link a stylesheet to "css/style.css"
Your project is now connected to SASS so as you write SASS in the style.scss file, Koala will compile it into css and automatically write it in your style.css