happiness-global-style
v1.2.12
Published
Global styling for all Happiness projects
Readme
Happiness SCSS stylesheet
Installation Guide for Nuxt project
- Add the package to 'css' in nuxt.config.js
css: ['happiness-global-style']`- Add the package to styleResources in nuxt.config.js
styleResources: {
scss: ['happiness-global-style']
}- Save nuxt.config.js and install the package with
npm install
Updating the stylesheet
- Clone the project to your local environment
- Make changes to the style.scss file
- Push your changes to the repository
- Check if the pipeline is working, if not notify Daan as he will publish the update
- Update the package in your project using
npm updateornpm install
