5e6bacda74
quasiment jamais utilisé en pratique, inutile dans un "framework"
27 lines
955 B
Text
27 lines
955 B
Text
// LESS config file
|
|
// -----------------
|
|
|
|
// (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 and basic styles
|
|
|
|
// LESS files : chose the ones you need
|
|
@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 */
|
|
/* ----------------------------- */
|
|
|
|
/* Here should go your own CSS styles */
|
|
/* You can also link them with a LESS @import */
|
|
/* @import "my-styles.less"; */
|