update bulma, cleanup
This commit is contained in:
+12
-1
@@ -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
Generated
+1629
File diff suppressed because it is too large
Load Diff
@@ -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
|
||||
Reference in New Issue
Block a user