Skip to content
Snippets Groups Projects
Commit f906db5f authored by xaralis's avatar xaralis
Browse files

feat: whitelist hover text variants

parent 2ae6acc9
No related branches found
Tags 2.0.2
No related merge requests found
Pipeline #1928 passed
<div class="space-x-2 text-sm flex items-center">
<button class="text-grey-200 flex items-center space-x-1">
<button class="text-grey-200 hover:text-blue-300 flex items-center space-x-1">
<span class="font-bold">6</span>
<i class="ico--thumbs-up"></i>
</button>
<button class="text-grey-200 flex items-center space-x-1">
<button class="text-grey-200 hover:text-red-600 flex items-center space-x-1">
<i class="ico--thumbs-down transform -scale-x-1"></i>
<span class="font-bold">2</span>
</button>
......
......@@ -31,7 +31,7 @@ module.exports = {
/^((sm|md|lg|xl)\:)?float-*/,
/^((sm|md|lg|xl)\:)?flex-row-*/,
/^((sm|md|lg|xl)\:)?flex-col-*/,
/^((sm|md|lg|xl)\:)?text-*/,
/^((sm|md|lg|xl|hover)\:)?text-*/,
/^((sm|md|lg|xl)\:)?grid-flow-*/,
/^((sm|md|lg|xl)\:)?head-*/,
/^((sm|md|lg|xl)\:)?clearfix/,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment