0.2.9 • Published 9 years ago

inuit-starter-kit v0.2.9

Weekly downloads
6
License
Apache 2
Repository
github
Last release
9 years ago

inuit-starter-kit

$ bower install --save inuit-starter-kit

Install using npm:

$ npm install --save inuit-starter-kit

The inuit-starter-kit simply ties together a few key dependencies that are usually the starting point for any new project. The inuit-starter-kit specifically contains some inuitcss default variables and mixins, as well as Nicolas Gallagher’s Normalize.css and global box-sizing rules. These must be imported in the following order:

@import "bower_components/inuit-defaults/settings.defaults";

@import "bower_components/inuit-functions/tools.functions";
@import "bower_components/inuit-mixins/tools.mixins";

@import "bower_components/inuit-normalize/generic.normalize";
@import "bower_components/inuit-box-sizing/generic.box-sizing";

@import "bower_components/inuit-page/base.page";

If you use npm instead of bower, replace all occurrances of bower_components with node_modules.