Colors

You can change the default colors via variables from SCSS

  1. Download the project’s zip
  2. Make sure you have node.js ( https://nodejs.org/en/) installed
  3. Type npm install in terminal/console in the source folder where package.json is located
  4. You will find all the branding colors inside assets/scss/paper-kit/_variables.scss. You can change them with a HEX value or with other predefined variables.
  5. Run in terminal gulp compile-scss for a single compilation or gulp watch for continous compilation of the changes that you make in *.scss files. This command should be run in the same folder where gulpfile.js and package.json are located
  6. Run in terminal gulp open-app for opening the Presentation Page (default) of the product.