Update theme to Bulma 1.0 so that CSS compiles if not look precisely right
This commit is contained in:
parent
66fea3dc4b
commit
151b411797
12 changed files with 74 additions and 113 deletions
|
@ -1,6 +1,10 @@
|
|||
{
|
||||
"name": "geofresco",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"scripts": {
|
||||
"sass-dev": "sass --watch --update --style=expanded src/global:dist/css",
|
||||
"sass-prod": "sass --no-source-map --style=compressed src/global:dist/css"
|
||||
},
|
||||
"browserslist": [
|
||||
"IE >= 9",
|
||||
"last 3 versions"
|
||||
|
@ -11,7 +15,7 @@
|
|||
"postcss-cli": "latest"
|
||||
},
|
||||
"dependencies": {
|
||||
"bulma": "^0.7.2",
|
||||
"bulma-extensions": "^1.0.4"
|
||||
"bulma": "^1.0.2",
|
||||
"sass": "^1.86.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue