First Commit
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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";
|
||||
Reference in New Issue
Block a user