Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 790 Bytes

File metadata and controls

41 lines (26 loc) · 790 Bytes

Module 1 - Basic Laboratory - Exercise 2

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.

Installation to develop

  1. Install the Node.js dependencies:

    cd labs-module-1-layout/lab-basic/exercise-2
    npm i --save-dev
  2. Start the development server:

    npm run dev
  3. If you want to validate the SASS code according Stylelint standard only, run:

    npm run lint:scss
  4. End and happy coding!

Finally

More info in the following commits. If required.

Grettings @jjpeleato.