reboot.css renamed and imported as an Scss _partial because of libsass deprecation warning
This commit is contained in:
parent
1671256272
commit
e9cb1682fb
3 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
||||||
"homepage": "http://www.knacss.com/",
|
"homepage": "http://www.knacss.com/",
|
||||||
"bugs": "https://github.com/alsacreations/KNACSS/issues",
|
"bugs": "https://github.com/alsacreations/KNACSS/issues",
|
||||||
"author": [
|
"author": [
|
||||||
"Raphaël GOETTER, Alsacreations (http://www.alsacreations.fr)"
|
"Raphaël GOETTER, Alsacreations (https://www.alsacreations.fr)"
|
||||||
],
|
],
|
||||||
"contributors": [
|
"contributors": [
|
||||||
"Raphaël GOETTER, Alsacreations"
|
"Raphaël GOETTER, Alsacreations"
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
- Alerts
|
- 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)
|
// WARNING : you should comment the following @import (variables)
|
||||||
// and move variables file from knacss folder to your own project folder!
|
// and move variables file from knacss folder to your own project folder!
|
||||||
|
|
Loading…
Reference in a new issue