mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Fix bug where divideColor plugin was using wrong variants in IE11 mode
This commit is contained in:
parent
39e4b62383
commit
4e5be9c0d6
File diff suppressed because it is too large
Load Diff
@ -16,7 +16,7 @@ export default function() {
|
||||
})
|
||||
)
|
||||
|
||||
addUtilities(utilities, variants('textColor'))
|
||||
addUtilities(utilities, variants('divideColor'))
|
||||
|
||||
return
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user