johnmuirhealth-ebiz-theme
v1.0.17
Published
Main JMH SCSS files for the theme using materialize. Refer to materializecss.com
Downloads
8
Readme
#/theme Contains the materializecss.com assets and the JMH theme. The JMH Theme is a set of 3 files that override the materializecss to create the look approved by UX as displayed in /styleguide.
####Development Steps
- run "npm install" in /theme
- run "npm run dev" to do a one-time build of css and run a watch on the scss files which will build whenever a scss file changes.
####Build Steps
run "npm install" in /theme
run "npm run build" which builds the css files
Increment the version in package.json
publish - "npm publish"
Use the new version in other projects (run "npm update")