Create a dynamic color palette.
Use the SASS language to create different color palette themes.
The idea is to start from a base color and generate four darker colors gradually, and four lighter colors gradually.
To check that everything is working as expected, use the HTML from the instructions (see PDF).
-
Install the Node.js dependencies:
cd labs-module-1-layout/lab-basic/exercise-1 npm i --save-dev -
Start the development server:
npm run dev
-
If you want to validate the SASS code according Stylelint standard only, run:
npm run lint:scss
-
End and happy coding!
More info in the following commits. If required.
Grettings @jjpeleato.