reboot.css renamed and imported as an Scss _partial because of libsass deprecation warning

This commit is contained in:
philippe 2018-05-29 14:57:50 +02:00
parent 1671256272
commit e9cb1682fb
3 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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!