KNACSS/styl/knacss.styl

65 lines
2.1 KiB
Stylus

/*!
* www.KNACSS.com V6.0.5 (1er décembre 2016) @author: Alsacreations, Raphael Goetter
* Licence WTFPL http://www.wtfpl.net/
*/
/* ----------------------------- */
/* ==Table Of Content */
/* ----------------------------- */
/* 1- Normalize (basic reset) */
/* 2- Base (basic styles) */
/* 3- Print (print quick reset) */
/* 4- Stylings (minor stylings) */
/* 5- Misc (skip links, hyphens) */
/* 6- Tables (data tables consistency) */
/* 7- Forms (forms consistency) */
/* 8- Media object */
/* 9- Autogrid object */
/* 10- Global Layout (alignment, modules, positionning) */
/* 11- Helpers (width and spacers helpers) */
/* (12- WordPress reset (disabled by default)) */
/* 13- Responsive (Responsive Web Design helpers) */
/* 14- Grid Layout (grillade) */
/* ---------------------------------- */
/* ==Normalize (basic reset) */
/* ---------------------------------- */
@import 'vendor/_normalize.styl' // normalize (basic reset)
// WARNING : you should comment the following @import (variables)
// and move variables file from knacss folder to your own project folder!
@import 'config/_variables.styl'
@import 'config/_breakpoints.styl'
@import 'config/_mixins.styl'
// Libraries
@import 'library/_base.styl' // basic styles
@import 'library/_print.styl' // print quick reset
@import 'library/_styling.styl' // minor stylings
@import 'library/_misc.styl' // skip links, hyphens
@import 'library/_tables.styl' // data tables consistency
@import 'library/_forms.styl' // forms consistency
// Objects
@import 'objects/_media.styl' // media object
@import 'objects/_autogrid.styl' // media autogrid
// Utilities
@import 'utilities/_layout.styl' // alignment, modules, positionning
@import 'utilities/_helpers.styl' // width and spacers helpers
@import 'utilities/_responsive.styl' // Responsive Web Design helpers
// Grids
@import 'grids/_grillade.styl' // grids
/* ----------------------------- */
/* ==Own stylesheet */
/* ----------------------------- */
/* Here should go your own CSS styles */
// You can also link them with a Sass @import
// @import "my-styles"