From 8e91ba64bb874440905b8322fd153cadde22c7f0 Mon Sep 17 00:00:00 2001 From: Cosmin Ilie Date: Sun, 4 Oct 2020 12:18:16 +0300 Subject: [PATCH] Added instructions to setup SASS compilation, as I had trouble setting it up as a new contributor. --- CONTRIBUTING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 797e0718c..aea315c9c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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