From e41bb5330739a34ce94920ff0b009745de69a6cd Mon Sep 17 00:00:00 2001 From: Deanna Stevens Date: Thu, 29 Feb 2024 21:58:18 -0500 Subject: [PATCH] Remove commented out directives in config file --- tailwind.config.js | 9 --------- 1 file changed, 9 deletions(-) diff --git a/tailwind.config.js b/tailwind.config.js index bdff3b8..8848bb4 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -8,15 +8,6 @@ module.exports = { ], theme: { extend: { - // transformStyle: { - // preserve3d: 'preserve-3d', - // }, - // rotate: { - // '180': '180deg', - // }, - // perspective: { - // '1000': '1000px', - // }, keyframes: { flip: { '0%, 100%': { transform: 'rotateY(0)' },