diff --git a/stubs/defaultConfig.stub.js b/stubs/defaultConfig.stub.js index 0c8eb73745d5..03ce9d10bc8e 100644 --- a/stubs/defaultConfig.stub.js +++ b/stubs/defaultConfig.stub.js @@ -308,17 +308,6 @@ module.exports = { 6: '6', 7: '7', }, - transformOrigin: { - center: 'center', - top: 'top', - 'top-right': 'top right', - right: 'right', - 'bottom-right': 'bottom right', - bottom: 'bottom', - 'bottom-left': 'bottom left', - left: 'left', - 'top-left': 'top left', - }, gridTemplateColumns: { none: 'none', 1: 'repeat(1, minmax(0, 1fr))', @@ -616,8 +605,18 @@ module.exports = { }, textColor: (theme) => theme('colors'), textOpacity: (theme) => theme('opacity'), - transitionDuration: { - DEFAULT: '150ms', + transformOrigin: { + center: 'center', + top: 'top', + 'top-right': 'top right', + right: 'right', + 'bottom-right': 'bottom right', + bottom: 'bottom', + 'bottom-left': 'bottom left', + left: 'left', + 'top-left': 'top left', + }, + transitionDelay: { 75: '75ms', 100: '100ms', 150: '150ms', @@ -627,7 +626,8 @@ module.exports = { 700: '700ms', 1000: '1000ms', }, - transitionDelay: { + transitionDuration: { + DEFAULT: '150ms', 75: '75ms', 100: '100ms', 150: '150ms',