Skip to content
Snippets Groups Projects
Commit d1b38c31 authored by Paul Gascou-Vaillancourt's avatar Paul Gascou-Vaillancourt
Browse files

feat(tailwind): add support for border-color transition

parent b7c3ced8
No related branches found
No related tags found
1 merge request!4662Migrate legacy mixins to Tailwind's `@apply`
......@@ -526,6 +526,7 @@ module.exports = {
},
transitionProperty: {
'box-shadow': 'box-shadow',
'border-color': 'border-color',
'stroke-opacity': 'stroke-opacity',
background: 'background',
left: 'left',
......
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