suppression du fichier icons.css

quasiment jamais utilisé en pratique, inutile dans un "framework"
This commit is contained in:
raphaelgoettter 2015-03-05 09:30:55 +01:00
parent e0a176794c
commit 5e6bacda74
16 changed files with 30 additions and 347 deletions

View file

@ -1,22 +1,22 @@
// LESS config file
// (you should comment this line and move config file from vendor/knacss folder to your own folder)
// -----------------
// (WARNING : you should comment this line and move config file from vendor/knacss folder to your own folder)
@import "_00-config";
// LESS base styles
@import "_01-base"; // reset, config and basic layout
@import "_01-base"; // reset and basic styles
// LESS files : chose the ones you need
@import "_02-helpers"; // width and spacers visually classes
@import "_03-grids"; // grids and autogrids
@import "_04-tables";
@import "_05-forms";
@import "_06-icons"; // UTF-8 icons
@import "_07-flexbox";
@import "_08-rwd"; // Responsive Web Design helpers
@import "_09-print";
@import "_10-booleans"; // skip links and hyphens
@import "_11-gmaps"; // Google maps bugs fix
@import "_13-styling"; // minor stylings
@import "_02-layout"; // alignment, modules, positionning
@import "_03-grids"; // grids
@import "_04-tables"; // data tables consistency
@import "_05-forms"; // forms consistency
@import "_06-helpers"; // width and spacers visually classes
@import "_07-responsive"; // Responsive Web Design helpers
@import "_08-print"; // print quick reset
@import "_09-misc"; // skip links, google maps and hyphens
@import "_10-styling"; // minor stylings
/* ----------------------------- */
/* ==own stylesheet */