Initial commit
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
To generate CSS:
|
||||
|
||||
`npm run css-build`
|
||||
File diff suppressed because it is too large
Load Diff
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user