Skip to content

Commit

Permalink
chore: bump tailwindcss for native style nesting
Browse files Browse the repository at this point in the history
  • Loading branch information
MMMJB committed Jul 22, 2024
1 parent 706b12c commit bbb00ed
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 51 deletions.
8 changes: 4 additions & 4 deletions demo/package-lock.json

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

2 changes: 1 addition & 1 deletion demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"react-dom": "^18.3.1",
"react-feather": "^2.0.10",
"react-scripts": "5.0.1",
"tailwindcss": "^3.4.3",
"tailwindcss": "^3.4.6",
"typescript": "^4.9.5",
"usehooks-ts": "^3.1.0"
},
Expand Down
46 changes: 0 additions & 46 deletions demo/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -883,10 +883,6 @@ video {
height: 100%;
}

.h-64{
height: 16rem;
}

.max-h-64{
max-height: 16rem;
}
Expand Down Expand Up @@ -920,14 +916,6 @@ video {
max-width: 500px;
}

.max-w-48{
max-width: 12rem;
}

.max-w-7xl{
max-width: 80rem;
}

.-translate-x-1\/2{
--tw-translate-x: -50%;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
Expand Down Expand Up @@ -969,10 +957,6 @@ video {
grid-template-columns: repeat(6, minmax(0, 1fr));
}

.grid-cols-5{
grid-template-columns: repeat(5, minmax(0, 1fr));
}

.flex-col{
flex-direction: column;
}
Expand Down Expand Up @@ -1013,14 +997,6 @@ video {
gap: 1.25rem;
}

.gap-6{
gap: 1.5rem;
}

.gap-\[2vw\]{
gap: 2vw;
}

.overflow-hidden{
overflow: hidden;
}
Expand All @@ -1045,10 +1021,6 @@ video {
border-radius: 0.375rem;
}

.rounded-3xl{
border-radius: 1.5rem;
}

.rounded-tl-\[200px\]{
border-top-left-radius: 200px;
}
Expand Down Expand Up @@ -1109,10 +1081,6 @@ video {
padding: 1.25rem;
}

.p-14{
padding: 3.5rem;
}

.px-10{
padding-left: 2.5rem;
padding-right: 2.5rem;
Expand All @@ -1133,11 +1101,6 @@ video {
padding-bottom: 1.25rem;
}

.px-6{
padding-left: 1.5rem;
padding-right: 1.5rem;
}

.pb-20{
padding-bottom: 5rem;
}
Expand All @@ -1162,10 +1125,6 @@ video {
text-align: center;
}

.font-sans{
font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.text-3xl{
font-size: 1.875rem;
line-height: 2.25rem;
Expand Down Expand Up @@ -1206,11 +1165,6 @@ video {
line-height: 1rem;
}

.text-sm\/\[19\.6px\]{
font-size: 0.875rem;
line-height: 19.6px;
}

.italic{
font-style: italic;
}
Expand Down

1 comment on commit bbb00ed

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for launched ready!

✅ Preview
https://launched-9lvwe4seo-mmmjbs-projects.vercel.app

Built with commit bbb00ed.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.