From e9cb1682fbdae9ff74ebe07d3399ed561d12f901 Mon Sep 17 00:00:00 2001 From: philippe Date: Tue, 29 May 2018 14:57:50 +0200 Subject: [PATCH] reboot.css renamed and imported as an Scss _partial because of libsass deprecation warning --- package.json | 2 +- sass/_vendor/{_reboot.css => _reboot.scss} | 0 sass/knacss.scss | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename sass/_vendor/{_reboot.css => _reboot.scss} (100%) 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!