Intro
View GuidelinesInstalling the Dashing Component
bower install dashing --save
npm install dashing-framework --save
Setting up your styles
// Import dashing components
@import "/bower_components/dashing/sass/vendor/normalize";
@import "/bower_components/dashing/sass/base/base";
// Import custom theme file
@import "theme/theme";
// Import dashing components
@import "/bower_components/dashing/sass/modules/modules";
// Import custom style files
@import "base/base";
@import "layout/layout";
@import "modules/modules";
@import "state/state";