update bulma, cleanup

This commit is contained in:
2021-03-27 20:43:53 +01:00
parent 7c13a54059
commit 1d4d80f781
16 changed files with 1648 additions and 40774 deletions
+12 -1
View File
@@ -1,3 +1,14 @@
Install Node Version 14
`
# dnf module reset nodejs
# dnf module enable nodejs:14
# dnf module -y install nodejs:14
`
To generate CSS:
`npm run css-build`
`
$ npm install node-sass
$ npm install bulma
$ npm run css-build
`
File diff suppressed because it is too large Load Diff
File diff suppressed because one or more lines are too long
+1629
View File
File diff suppressed because it is too large Load Diff
+2 -3
View File
@@ -4,14 +4,13 @@
"description": "SASS for wo-bisch-web",
"main": "enter sass/wo-bisch-web.scss",
"scripts": {
"css-build": "node-sass --omit-source-map-url sass/wo-bisch-web.scss css/wo-bisch-web.css",
"css-build": "node-sass --output-style compressed --omit-source-map-url sass/wo-bisch-web.scss css/wo-bisch-web.css",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Joerg Lehmann",
"license": "ISC",
"devDependencies": {
"bulma": "^0.9.0",
"bulma-helpers": "^0.3.12",
"bulma": "^0.9.2",
"node-sass": "^4.14.1"
}
}
@@ -7,6 +7,5 @@
$family-sans-serif: "Rubik", sans-serif;
@import "../node_modules/bulma/bulma.sass";
@import "../node_modules/bulma-helpers/bulma-helpers.sass";
$navbar-height = 6.5rem
$navbar-height: 6.5rem