Skip to content

Commit

Permalink
Remove invalid outline-hidden utility
Browse files Browse the repository at this point in the history
  • Loading branch information
dcastil committed Oct 19, 2022
1 parent da05ca4 commit 4af1924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/default-config.ts
Expand Up @@ -1012,7 +1012,7 @@ export function getDefaultConfig() {
* Outline Style
* @see https://tailwindcss.com/docs/outline-style
*/
'outline-style': [{ outline: ['', ...getLineStyles(), 'hidden'] }],
'outline-style': [{ outline: ['', ...getLineStyles()] }],
/**
* Outline Offset
* @see https://tailwindcss.com/docs/outline-offset
Expand Down

0 comments on commit 4af1924

Please sign in to comment.