diff --git a/src/assets/styles/tailwind.css b/src/assets/styles/tailwind.css index 95b9681ab2daf6b42478010876b7d1fc7da0b7c0..247cee9c7affb58b3a4f6d08a53c3de15f13d140 100644 --- a/src/assets/styles/tailwind.css +++ b/src/assets/styles/tailwind.css @@ -6,6 +6,15 @@ :root { --primary: theme('colors.gray.800'); --info: theme('colors.aura.purple'); + + /* TODO: remove these once we include the tailwind base module */ + --tw-translate-x: 0; + --tw-translate-y: 0; + --tw-rotate: 0; + --tw-skew-x: 0; + --tw-skew-y: 0; + --tw-scale-x: 1; + --tw-scale-y: 1; } header a,