From 6758b8a05d8480469e2dfd18ff223bef44538e3a Mon Sep 17 00:00:00 2001 From: Raphael Goetter Date: Fri, 20 May 2016 09:04:01 +0200 Subject: [PATCH] commentaires divers --- sass/knacss.scss | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/sass/knacss.scss b/sass/knacss.scss index 25347fc..2892fda 100644 --- a/sass/knacss.scss +++ b/sass/knacss.scss @@ -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