use local bulma

This commit is contained in:
Stefan Schwarz 2020-08-22 10:52:54 +02:00
parent d6580d01cf
commit 3b00481425
6 changed files with 1657 additions and 14 deletions

18
static/package.json Normal file
View file

@ -0,0 +1,18 @@
{
"name": "static",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"css-build": "node-sass --omit-source-map-url --output-style compressed sass/style.scss css/style.css",
"css-watch": "npm run css-build -- --watch",
"start": "npm run css-watch"
},
"author": "",
"license": "ISC",
"devDependencies": {
"bulma": "^0.9.0",
"node-sass": "^4.14.1"
}
}