Deckr is the UI framework that powers StandFirst.
Make sure all dependencies have been installed before moving on:
Pull the whole package via NPM:
$ npm install --save deckr
Or, pull individual Deckr components via NPM:
$ npm install --save deckr-reboot
The source files included are written in Scss. After installing with npm, you can add your project's node_modules
directory to your Sass include paths, then import it like this:
@import "deckr/main";
You can import individual Deckr components, for instance:
@import "deckr-reboot/main";
$ npm run lint
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
The MIT License (MIT). Please see license file for more information.