Fix bug where divideColor plugin was using wrong variants in IE11 mode

This commit is contained in:
Adam Wathan 2020-05-06 08:40:50 -04:00
parent 39e4b62383
commit 4e5be9c0d6
2 changed files with 1 additions and 3761 deletions

File diff suppressed because it is too large Load Diff

View File

@ -16,7 +16,7 @@ export default function() {
})
)
addUtilities(utilities, variants('textColor'))
addUtilities(utilities, variants('divideColor'))
return
}