We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7aa4f07 commit e725f28Copy full SHA for e725f28
.changeset/late-bobcats-promise.md
@@ -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
@@ -29,12 +29,6 @@ const plugins: Plugin[] = [
29
package: '@tailwindcss/container-queries',
30
version: '^0.1.1',
31
identifier: 'containerQueries'
32
- },
33
- {
34
- id: 'aspect-ratio',
35
- package: '@tailwindcss/aspect-ratio',
36
- version: '^0.4.2',
37
- identifier: 'aspectRatio'
38
}
39
];
40
0 commit comments