Only import functions and variables into variables.scss

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2020-10-16 12:34:15 +02:00
parent 7f76404432
commit 717bc010c3
No known key found for this signature in database
GPG Key ID: A061B9DDE0CA0773
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,6 @@
@import "~bulma/sass/utilities/_all";
@import "~bulma/sass/utilities/functions.sass";
@import "~bulma/sass/utilities/initial-variables.sass";
@import "~bulma/sass/utilities/derived-variables.scss";
$bleuvert: #1e7d97;
$jaune: #ffd599;