// ink.less

// import the config files
// config file names start with __ (double underscore).
@import "./config/__grid.less";
@import "./config/__forms.less";
@import "./config/__colors.less";

// the mixins file
// this file contains all the LESSCSS functions (mixins) that are used within INK
@import "./modules/mixins.less";

// the IE7 grid
@import "./modules/grid-ie7.less";

// FontAwsome icons for IE7
// thanks to Dave Gandy - http://fortawesome.github.com/Font-Awesome)
@import "./modules/icons-ie7.less";