fix: add custom style to better match farmOS color scheme
This commit is contained in:
parent
87b97f53b8
commit
768859b6b9
9 changed files with 2511 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ license = {text = "GNU General Public License v3"}
|
|||
dependencies = [
|
||||
"farmOS",
|
||||
"psycopg2",
|
||||
"WuttaWeb[continuum]>=0.27.2",
|
||||
"WuttaWeb[continuum]>=0.27.3",
|
||||
]
|
||||
|
||||
|
||||
|
|
@ -62,3 +62,12 @@ update_changelog_on_bump = true
|
|||
|
||||
[tool.hatch.build.targets.wheel]
|
||||
packages = ["src/wuttafarm"]
|
||||
|
||||
[tool.hatch.build.targets.sdist]
|
||||
exclude = [
|
||||
"style/node_modules/",
|
||||
]
|
||||
|
||||
[tool.hatch.build.targets.sdist.force-include]
|
||||
# nb. this is necessary due to git ignoring this file (iiuc)
|
||||
"src/wuttafarm/web/static/css/wuttafarm-buefy.css" = "src/wuttafarm/web/static/css/wuttafarm-buefy.css"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue