Skip to content

Commit 7c7f040

Browse files
authored
Merge pull request #415 from petalframework/tailwind_4
Prepare Petal Components for Tailwind 4
2 parents 86c39b9 + f70b787 commit 7c7f040

File tree

3 files changed

+2172
-2163
lines changed

3 files changed

+2172
-2163
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ A: Yes! You can customize the components by overriding the CSS classes. For exam
165165
166166
```css
167167
.pc-button {
168-
@apply inline-flex items-center justify-center font-semibold tracking-wider uppercase transition duration-150 ease-in-out border-2 rounded-none focus:outline-none;
168+
@apply inline-flex items-center justify-center font-semibold tracking-wider uppercase transition duration-150 ease-in-out border-2 rounded-none focus:outline-hidden;
169169
}
170170
.pc-button--primary {
171171
@apply text-black border-black bg-primary-400 hover:bg-primary-700 focus:bg-primary-700 active:bg-primary-800 focus:shadow-primary-500/50;

0 commit comments

Comments
 (0)