Skip to content

Commit 19a9ae3

Browse files
committed
feat: add django-bakery and dependencies
1 parent 59e52da commit 19a9ae3

File tree

3 files changed

+110
-3
lines changed

3 files changed

+110
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ readme = "README.md"
66
requires-python = ">=3.13"
77
dependencies = [
88
"django>=5.2.7",
9+
"django-bakery>=0.13.5",
910
"django-cors-headers>=4.9.0",
1011
"django-tailwind-cli>=4.4.2",
1112
"gunicorn>=23.0.0",

static/css/app.css

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1178,9 +1178,6 @@
11781178
.-mt-25 {
11791179
margin-top: calc(var(--spacing) * -25);
11801180
}
1181-
.-mt-30 {
1182-
margin-top: calc(var(--spacing) * -30);
1183-
}
11841181
.mt-2 {
11851182
margin-top: calc(var(--spacing) * 2);
11861183
}

uv.lock

Lines changed: 109 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)