From eafd4dd089a6eb03caf176870882999934d6d5aa Mon Sep 17 00:00:00 2001 From: David Ludwig Date: Wed, 21 Apr 2021 04:28:23 -0500 Subject: [PATCH] Forgot to remove unused postcss stuff --- postcss.config.js | 3 +-- tailwind.config.js | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/postcss.config.js b/postcss.config.js index bf2df03..0c83ea1 100644 --- a/postcss.config.js +++ b/postcss.config.js @@ -1,7 +1,6 @@ module.exports = { plugins: { tailwindcss: {}, - 'postcss-focus-visible': {}, - autoprefixer: {}, + autoprefixer: {} }, } diff --git a/tailwind.config.js b/tailwind.config.js index 3e742dc..1ac9aaa 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -18,8 +18,7 @@ module.exports = { opacity: ["disabled"], borderWidth: ["disabled"], borderColor: ["disabled"], - transform: ["motion-safe"], - ringWidth: ["focus-visible"] + transform: ["motion-safe"] }, }, plugins: [],