A set of HEHA! specific less variables to overbrand Bootstrap and the UI-Toolkit, complete with any brand specific additions and overrides.
Install Bootstrap, UI Toolkit & this theme
npm install --save bootstrap holidayextras/ui-toolkit holidayextras/ui-theme-hehaImport files into one application .less file & compile
@import 'path/to/node_modules/bootstrap/less/bootstrap.less';
@import 'path/to/node_modules/ui-toolkit/src/less/toolkit.less';
@import 'path/to/node_modules/ui-brand-heha/theme/theme.less';
// Project specific files
@import 'path/to/your/application.less'git clone git@github.com:holidayextras/ui-brand-heha.git
cd ui-brand-heha
npm installTo compile, watch and livereload the less and serve the example/ directory on http://localhost:3000, run the following
npm startThe above is broken down into the following commands:
Compile example/theme.less to example/theme.css
npm run example:lessServe example/ on http://localhost:3000
npm run example:serveWatch for changes in src/ and example/theme.less & recompile
npm run example:watchMonitor files for changes and reload your web browser with livereload
npm run example:livereload