Skip to content

Commit

Permalink
Drop quotes from outline property
Browse files Browse the repository at this point in the history
  • Loading branch information
reinink committed Oct 26, 2021
1 parent 9ed9a93 commit c3bd6cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/corePlugins.js
Original file line number Diff line number Diff line change
Expand Up @@ -1797,7 +1797,7 @@ export let corePlugins = {
'.outline-dotted': { 'outline-style': 'dotted' },
'.outline-double': { 'outline-style': 'double' },
'.outline-hidden': { 'outline-style': 'hidden' },
'.outline-none': { 'outline': '2px solid transparent' },
'.outline-none': { outline: '2px solid transparent' },
})
},

Expand Down

0 comments on commit c3bd6cd

Please sign in to comment.