fix: add custom style to better match farmOS color scheme

This commit is contained in:
Lance Edgar 2026-02-07 09:48:26 -06:00
parent 87b97f53b8
commit 768859b6b9
9 changed files with 2511 additions and 1 deletions

14
style/package.json Normal file
View file

@ -0,0 +1,14 @@
{
"main": "webpack.config.js",
"scripts": {
"build": "webpack --mode production"
},
"devDependencies": {
"buefy": "^0.9.29",
"css-loader": "^7.1.3",
"mini-css-extract-plugin": "^2.10.0",
"sass": "^1.97.3",
"sass-loader": "^16.0.7",
"webpack-cli": "^6.0.1"
}
}