Initial commit

This commit is contained in:
2021-03-09 20:32:57 +01:00
commit 0420b3efbd
56 changed files with 94426 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
To generate CSS:
`npm run css-build`
File diff suppressed because it is too large Load Diff
+17
View File
@@ -0,0 +1,17 @@
{
"name": "wo-bisch-sass",
"version": "1.0.1",
"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",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Joerg Lehmann",
"license": "ISC",
"devDependencies": {
"bulma": "^0.9.0",
"bulma-helpers": "^0.3.12",
"node-sass": "^4.14.1"
}
}
+12
View File
@@ -0,0 +1,12 @@
@charset "utf-8";
// Import a Google Font
@import url('https://fonts.googleapis.com/css?family=Rubik:400,700');
// Set nbit Style...
$family-sans-serif: "Rubik", sans-serif;
@import "../node_modules/bulma/bulma.sass";
@import "../node_modules/bulma-helpers/bulma-helpers.sass";
$navbar-height = 6.5rem