polystrap

Basic styles for POLYPOINT AG

Usage no npm install needed!

<script type="module">
  import polystrap from 'https://cdn.skypack.dev/polystrap';
</script>

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 elements
  • fonts.scss - Contains font settings for our products
  • text.scss - Contains text styles that should be reused.
  • theme.scss - Contains the material theme that we use.
  • index.scss - Contains all the styles except theme.scss and the colors.scss to import into the application.
  • assets/fonts - Contains the fonts. Copy the fonts folder to your assets folder.

Commands

  • npm run clean - Remove lib/ directory
  • npm run build - Copy files to lib/ directory
  • npm 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.com
  • npm publish - Publish to npm