First Commit

This commit is contained in:
2019-12-24 15:28:58 +01:00
commit 0acc9c3e75
10 changed files with 40179 additions and 0 deletions
File diff suppressed because it is too large Load Diff
+17
View File
@@ -0,0 +1,17 @@
{
"name": "bulma-nbit",
"version": "1.0.0",
"description": "Bulma for nbit Website",
"main": "sass/bulma-nbit.scss",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"css-build": "node-sass --omit-source-map-url sass/bulma-nbit.scss css/bulma-nbit.css"
},
"author": "Joerg Lehmann",
"license": "ISC",
"devDependencies": {
"bulma": "^0.8.0",
"bulma-helpers": "^0.3.8",
"node-sass": "^4.13.0"
}
}
+11
View File
@@ -0,0 +1,11 @@
@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;
$box-padding: 0.25rem;
@import "../node_modules/bulma/bulma.sass";
@import "../node_modules/bulma-helpers/bulma-helpers.sass";