dashing-framework
Version:
Style framework for Dash
13 lines (9 loc) • 408 B
Markdown
Import your theme file to your main application folder (you will need to create this yourself). When you're all finished, it should be structured like this:
```scss
@import "/bower_components/dashing/sass/vendor/normalize";
@import "/bower_components/dashing/sass/base/base";
@import "theme/theme";
@import "/bower_components/dashing/sass/modules/modules";
```