Skip to content

Commit e725f28

Browse files
authored
remove plugin (#322)
1 parent 7aa4f07 commit e725f28

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.changeset/late-bobcats-promise.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'sv': patch
3+
---
4+
5+
chore: remove `aspect-ratio` plugin from `tailwindcss` add-on

packages/addons/tailwindcss/index.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,6 @@ const plugins: Plugin[] = [
2929
package: '@tailwindcss/container-queries',
3030
version: '^0.1.1',
3131
identifier: 'containerQueries'
32-
},
33-
{
34-
id: 'aspect-ratio',
35-
package: '@tailwindcss/aspect-ratio',
36-
version: '^0.4.2',
37-
identifier: 'aspectRatio'
3832
}
3933
];
4034

0 commit comments

Comments
 (0)