hdeng-bootstrap
v2.39.0
Published
Bootstrap your Heidelberg Engineering projects with ease.
Downloads
115
Readme
Heidelberg Engineering Bootstrap
Installation
Install with npm.
npm install hdeng-bootstrap --save
Usage
- Include
bootstrap.less
andbootstrap.js
into your project. - In case you don't want to use default dark style, include another e.g.
styles/light.less
. - Make use of the provided less mixins e.g.
.hdeng-header-generate(@background: true; @border: true);
. - Enjoy!
Building Modernizer for the Demo
npm run build-demo-modernizr