README
POLYSTRAP
Basic styles for POLYPOINT AG
Usage
_classes.scss- Contains defined classes that should be reused.colors.scss- Contains defined colors that should be reused.elements.scss- Contains styling for html elementsfonts.scss- Contains font settings for our productstext.scss- Contains text styles that should be reused.theme.scss- Contains the material theme that we use.index.scss- Contains all the styles excepttheme.scssand thecolors.scssto import into the application.assets/fonts- Contains the fonts. Copy thefontsfolder to yourassetsfolder.
Commands
npm run clean- Removelib/directorynpm run build- Copy files tolib/directorynpm version patch- Change the semantic versioning (V0.0.x)npm version minor- Change the semantic versioning (V0.x.0)npm version major- Change the semantic versioning (Vx.0.0)
npm deployment
npm login- Login to npmjs.comnpm publish- Publish to npm