mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-03 04:19:06 +08:00
Merge pull request #396 from McPotato8/master
Added instructions to setup SASS compilation with Easy Sass.
This commit is contained in:
commit
b09d8f28e8
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue