/*! * www.KNACSS.com V5.0.0 (16 mai 2016) @author: Raphael Goetter, Alsacreations * Licence WTFPL http://www.wtfpl.net/ */ // This is the global Sass imports file // ----------------- // normalize and include-media imports @import "_normalize/_normalize.scss"; // normalize @import "_include-media/_include-media.scss"; // include-media // (WARNING : you should comment this line and move config file from vendor/knacss folder to your own project folder) @import "_config-variables.scss"; // Libraries @import "_library-base.scss"; // reset and basic styles @import "_library-print.scss"; // print quick reset @import "_library-styling.scss"; // minor stylings @import "_library-misc.scss"; // skip links, hyphens // @import "_library-wordpress.scss"; // WordPress reset and basic styles // Layout @import "_layout-general.scss"; // alignment, modules, positionning @import "_layout-grids.scss"; // grids // Objects @import "_object-tables.scss"; // data tables consistency @import "_object-forms.scss"; // forms consistency // Overrides @import "_override-helpers.scss"; // width and spacers helpers @import "_override-responsive.scss"; // Responsive Web Design helpers /* ----------------------------- */ /* ==own stylesheet */ /* ----------------------------- */ /* Here should go your own CSS styles */ /* You can also link them with a Sass @import */ /* @import "my-styles"; */