mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2024-12-24 08:54:08 +00:00
Only import functions and variables into variables.scss
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
7f76404432
commit
717bc010c3
1 changed files with 3 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue