diff --git a/package.json b/package.json index 8898dc2..72222d7 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "homepage": "http://www.knacss.com/", "bugs": "https://github.com/alsacreations/KNACSS/issues", "author": [ - "Raphaël GOETTER, Alsacreations (http://www.alsacreations.fr)" + "Raphaël GOETTER, Alsacreations (https://www.alsacreations.fr)" ], "contributors": [ "Raphaël GOETTER, Alsacreations" diff --git a/sass/_vendor/_reboot.css b/sass/_vendor/_reboot.scss similarity index 100% rename from sass/_vendor/_reboot.css rename to sass/_vendor/_reboot.scss diff --git a/sass/knacss.scss b/sass/knacss.scss index 2ab891f..24e085b 100644 --- a/sass/knacss.scss +++ b/sass/knacss.scss @@ -30,7 +30,7 @@ - Alerts */ -@import "_vendor/reboot"; // Bootstrap reboot (basic reset) +@import "_vendor/reboot"; // Bootstrap reboot (basic reset) (CSS file renamed and imported as if it was a partial because of libsass) // WARNING : you should comment the following @import (variables) // and move variables file from knacss folder to your own project folder!