Skip to content

Commit

Permalink
Remove invalid .outline-hidden (#9147)
Browse files Browse the repository at this point in the history
  • Loading branch information
theMosaad committed Aug 21, 2022
1 parent bd46d0d commit e6fe4ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/corePlugins.js
Expand Up @@ -1980,7 +1980,6 @@ export let corePlugins = {
'.outline-dashed': { 'outline-style': 'dashed' },
'.outline-dotted': { 'outline-style': 'dotted' },
'.outline-double': { 'outline-style': 'double' },
'.outline-hidden': { 'outline-style': 'hidden' },
})
},

Expand Down

0 comments on commit e6fe4ed

Please sign in to comment.