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

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