Skip to content

Commit

Permalink
chore(ui-vue): Clean up unused css (#4489)
Browse files Browse the repository at this point in the history
  • Loading branch information
ioanabrooks authored Sep 28, 2023
1 parent 85c2140 commit e0c819b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 18 deletions.
5 changes: 5 additions & 0 deletions .changeset/fuzzy-worms-wait.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@aws-amplify/ui-vue': patch
---

Fixes an issue where warnings related to unused css would appear while building with nuxt.
19 changes: 1 addition & 18 deletions packages/vue/src/components/primitives/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,5 @@ html {
}

[data-amplify-spacer] {
@apply flex-1;
}

[data-amplify-lostcode] {
@apply flex flex-col items-start;
}

[data-amplify-select] {
@apply block w-full rounded shadow-sm;
border-width: 1px;
padding: 0.5rem 0.75rem;
font-size: 1rem;
line-height: 1.5rem;
width: 97%;
}

[data-amplify-alias-label] {
@apply flex flex-col;
flex: 1;
}

0 comments on commit e0c819b

Please sign in to comment.