Skip to content

Commit

Permalink
Remove tailwindForms warning
Browse files Browse the repository at this point in the history
  • Loading branch information
luanfreitasdev committed Dec 28, 2023
1 parent f60d3c2 commit 6c27641
Show file tree
Hide file tree
Showing 12 changed files with 176 additions and 357 deletions.
4 changes: 2 additions & 2 deletions dist/mix-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"/powergrid.js": "/powergrid.js?id=d96096b65479becbf69b80ca0c298e90",
"/bootstrap5.css": "/bootstrap5.css?id=03aba1df82c23db07c1d1096efcd42ae",
"/tailwind.css": "/tailwind.css?id=479d85eb8b0b8341542e0b979c84f17d",
"/tailwind.css": "/tailwind.css?id=8186118970c318f469b566567b8fa4b9",
"/tom-select.css": "/tom-select.css?id=7af730d2c4bf937316d4002948b1571d",
"/powergrid.css": "/powergrid.css?id=bb04343cd2c37169481dff9b4466d544"
"/powergrid.css": "/powergrid.css?id=46c8d6d54fae0f3baa5b774b1e47ef82"
}
2 changes: 1 addition & 1 deletion dist/powergrid.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/tailwind.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions resources/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -186,3 +186,7 @@ table thead {
.pg-enabled-filters-span {
@apply outline-none inline-flex justify-center items-center rounded gap-x-1 text-xs font-semibold px-2.5 py-0.5 text-pg-primary-600 dark:text-pg-primary-200 bg-pg-primary-100 dark:bg-pg-primary-600
}

select {
background-image: unset !important;
}
4 changes: 4 additions & 0 deletions resources/css/tailwind.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,7 @@
.pg-enabled-filters-span {
@apply outline-none inline-flex justify-center items-center rounded gap-x-1 text-xs font-semibold px-2.5 py-0.5 text-pg-primary-600 dark:text-pg-primary-200 bg-pg-primary-100 dark:bg-pg-primary-600
}

select {
background-image: unset !important;
}
Loading

0 comments on commit 6c27641

Please sign in to comment.