C'est le fichier SASS qui sert à build les .css pour le site Khaganat_web
Go to file
2020-09-06 16:59:48 +02:00
.gitlab-ci.yml Update .gitlab-ci.yml 2020-03-05 22:40:47 +01:00
bulma.sass mise à jour du nouveau design partie 1 2020-09-06 16:59:48 +02:00
CHANGELOG Ajout de CHANGELOG 2020-03-01 16:12:07 +01:00
LICENSE Ajout de LICENSE 2020-03-01 16:08:17 +01:00
README.md Ajout de README.md 2020-03-01 15:52:50 +01:00

C'est le fichier SASS qui sert à build les .css pour le site Khaganat_web !

En automatique : Telecharger l'artefacs : - unzip artefacs.zip - cp bulma.css khaganat-web/khaganat/static/khaganat/css/style.css

En manuel : - npm install bulma - npm install node-sass - cp bulma.sass node_modules/bulma/bulma.sass - cd node_modules/bulma/ - npm run build-sass - cp css/bulma.css khaganat-web/khaganat/static/khaganat/css/style.css