mirror of
https://framagit.org/la-chariotte/la-chariotte.git
synced 2025-05-01 19:32:26 +02:00
Change the relative path to bulma.
Previously, the node_modules folder was installed in the la_chariotte python folder, here it is installed at the root of the application. This allowed me to run the sass command properly.
This commit is contained in:
parent
f40f99eeea
commit
e4fabc4671
2 changed files with 5831 additions and 8409 deletions
File diff suppressed because it is too large
Load diff
|
@ -1,12 +1,12 @@
|
||||||
// 1. Import the initial variables
|
// 1. Import the initial variables
|
||||||
@import "../../node_modules/bulma/sass/utilities/initial-variables"
|
@import "../../../node_modules/bulma/sass/utilities/initial-variables"
|
||||||
|
|
||||||
// 2. Set your own initial variables
|
// 2. Set your own initial variables
|
||||||
@import "./base/variables"
|
@import "./base/variables"
|
||||||
// @import "./base/fonts"
|
// @import "./base/fonts"
|
||||||
|
|
||||||
// 3. Import the rest of Bulma
|
// 3. Import the rest of Bulma
|
||||||
@import "../../node_modules/bulma/bulma"
|
@import "../../../node_modules/bulma/bulma"
|
||||||
|
|
||||||
// 4. Import your stuff here
|
// 4. Import your stuff here
|
||||||
@import "./base/global"
|
@import "./base/global"
|
||||||
|
|
Loading…
Reference in a new issue