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:
Alexis Métaireau 2023-06-12 19:11:58 +02:00 committed by Laetitia Getti
parent f40f99eeea
commit e4fabc4671
2 changed files with 5831 additions and 8409 deletions

File diff suppressed because it is too large Load diff

View file

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