commentaires divers
This commit is contained in:
parent
7f30e37b12
commit
6758b8a05d
1 changed files with 6 additions and 2 deletions
|
@ -22,11 +22,15 @@
|
|||
// This is the global Sass imports file
|
||||
// -----------------
|
||||
|
||||
// normalize and include-media imports
|
||||
/* ---------------------------------- */
|
||||
/* ==Normalize (basic reset) */
|
||||
/* ---------------------------------- */
|
||||
|
||||
@import "_normalize/_normalize.scss"; // normalize (basic reset)
|
||||
@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)
|
||||
// WARNING : you should comment the following @import (config)
|
||||
// and move config file from knacss folder to your own project folder!
|
||||
@import "_config-variables.scss";
|
||||
|
||||
// Libraries
|
||||
|
|
Loading…
Reference in a new issue