Update theme to Bulma 1.0 so that CSS compiles if not look precisely right

This commit is contained in:
benjamin melançon 2025-03-28 15:35:47 -04:00
parent 66fea3dc4b
commit 151b411797
12 changed files with 74 additions and 113 deletions

View file

@ -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"
}
}