Skip to content

Commit

Permalink
perf(tailwind): update tailwind
Browse files Browse the repository at this point in the history
  • Loading branch information
wallpants committed Sep 6, 2024
1 parent 6ee7308 commit 67bed5a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 14 deletions.
13 changes: 0 additions & 13 deletions app/web/static/tailwind.css
Original file line number Diff line number Diff line change
Expand Up @@ -303,10 +303,6 @@
margin-top: -0.25rem
}

.mb-0 {
margin-bottom: 0px
}

.mb-0\.5 {
margin-bottom: 0.125rem
}
Expand Down Expand Up @@ -470,10 +466,6 @@
min-height: 300px
}

.w-1 {
width: 0.25rem
}

.w-1\.5 {
width: 0.375rem
}
Expand Down Expand Up @@ -926,11 +918,6 @@
left: 2px
}

.after\:top-0::after {
content: var(--tw-content);
top: 0px
}

.after\:top-0\.5::after {
content: var(--tw-content);
top: 0.125rem
Expand Down
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"prettier": "^3.3.0",
"prettier-plugin-organize-imports": "^4.0.0",
"semantic-release": "^23.1.1",
"tailwindcss": "^3.4.3",
"tailwindcss": "^3.4.10",
"typescript": "^5.4.5",
"vite": "^5.2.12"
}
Expand Down

0 comments on commit 67bed5a

Please sign in to comment.