use local bulma
This commit is contained in:
parent
d6580d01cf
commit
3b00481425
6 changed files with 1657 additions and 14 deletions
18
static/package.json
Normal file
18
static/package.json
Normal 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"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue