KNACSS/sass/knacss.scss

65 lines
2.2 KiB
SCSS
Raw Normal View History

2016-05-16 15:45:14 +02:00
/*!
* www.KNACSS.com v7.1.3 (february, 12 2020) @author: Alsacreations, Raphael Goetter
2016-05-16 15:45:14 +02:00
* Licence WTFPL http://www.wtfpl.net/
*/
2016-05-20 08:58:56 +02:00
/* ----------------------------- */
/* ==Table Of Content */
/* ----------------------------- */
2016-05-21 08:33:15 +02:00
/*
2017-10-18 08:24:39 +02:00
1- Reboot (basic reset)
2- Libraries :
2017-08-08 17:07:24 +02:00
- Base
- Print
- Layout (alignment, modules, positionning)
- Utilities (width and spacers helpers)
2017-08-08 17:07:24 +02:00
- Responsive helpers
- WordPress reset (disabled by default)
2017-12-06 09:40:30 +01:00
- Grillade (Grid System)
3- Components :
- Media object
2017-08-08 17:07:24 +02:00
- Skip Links for accessibility
- Tables
- Forms
- Buttons
- Checkbox
- Tabs
2017-10-03 11:09:14 +02:00
- Tags
2017-08-08 17:07:24 +02:00
- Badges
- Alerts
*/
2016-05-20 09:04:01 +02:00
@import "_vendor/reboot"; // Bootstrap reboot (basic reset) (CSS file renamed and imported as if it was a partial because of libsass)
2016-09-21 10:05:29 +02:00
// WARNING : you should comment the following @import (variables)
// and move variables file from knacss folder to your own project folder!
2017-12-19 15:15:52 +01:00
@import "_config/variables";
2016-09-21 10:05:29 +02:00
2017-12-19 15:15:52 +01:00
@import "_config/mixins";
2016-05-16 15:45:14 +02:00
2017-12-06 09:40:30 +01:00
// Core Libraries
2017-12-19 15:15:52 +01:00
@import "_library/base"; // basic styles
@import "_library/print"; // print quick reset
@import "_library/layout"; // alignment, modules, positionning
2018-05-11 19:53:09 +02:00
@import "_library/utilities"; // width and spacer helpers
2017-12-19 15:15:52 +01:00
@import "_library/responsive"; // Responsive Web Design helpers
// @import "_library/wordpress"; // WordPress reset and basic styles
2017-12-19 15:15:52 +01:00
// New Grid System by default (Grid Layout). If you prefer old "Flexbox" Grid System, replace file with "_library/grillade-flex"
2018-05-11 19:53:09 +02:00
// Note that none of these files are prefixed by an underscore, in order to compile them.
2017-12-19 15:15:52 +01:00
@import "_library/grillade-grid"; // grid system with Grid Layout
2017-12-06 09:40:30 +01:00
// Components
2017-12-19 15:15:52 +01:00
@import "components/media"; // media object
@import "components/skip-links"; // skip links
@import "components/tables"; // data tables consistency
@import "components/forms"; // forms consistency and styles
@import "components/buttons"; // buttons styles
@import "components/checkbox"; // checkbox, radio, switch styles
@import "components/tabs"; // tabs styles
@import "components/arrows"; // arrows styles
@import "components/tags"; // tags styles
@import "components/badges"; // badges styles
@import "components/alerts"; // alerts styles