Merge pull request #396 from McPotato8/master

Added instructions to setup SASS compilation with Easy Sass.
This commit is contained in:
Jack 2020-10-04 12:31:57 +01:00 committed by GitHub
commit b09d8f28e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,6 +30,10 @@
## Standards & Conventions
1. Use a SCSS compiler. For VSCode I recommend `Easy Sass` or `Live Sass Compiler` extension.
===For Easy Sass===
-Navigate to the public > css folder and select style.css
-Press command + shift + p
-Use the "Compile all SCSS/SASS files in the project" option
2. Install [Prettier](https://prettier.io/docs/en/install.html). Its a code formatter, and it will make sure that we avoid any whitespace or formatting issues when merging code.
## Questions