Create two different themes and show the results on a page.
The changes in the theme affect the following features:
- Color
- Font
- Border Radius
- Shadow Box
To see the changes, it should be enough to import one theme or another in the main style file.
-
Install the Node.js dependencies:
cd labs-module-1-layout/lab-basic/exercise-2 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.