Skip to content

Commit

Permalink
remove plugin (#322)
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianGonz97 authored Nov 22, 2024
1 parent 7aa4f07 commit e725f28
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .changeset/late-bobcats-promise.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'sv': patch
---

chore: remove `aspect-ratio` plugin from `tailwindcss` add-on
6 changes: 0 additions & 6 deletions packages/addons/tailwindcss/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,6 @@ const plugins: Plugin[] = [
package: '@tailwindcss/container-queries',
version: '^0.1.1',
identifier: 'containerQueries'
},
{
id: 'aspect-ratio',
package: '@tailwindcss/aspect-ratio',
version: '^0.4.2',
identifier: 'aspectRatio'
}
];

Expand Down

0 comments on commit e725f28

Please sign in to comment.