Browse Source

Forgot to remove unused postcss stuff

master
David Ludwig 4 years ago
parent
commit
eafd4dd089
2 changed files with 2 additions and 4 deletions
  1. +1
    -2
      postcss.config.js
  2. +1
    -2
      tailwind.config.js

+ 1
- 2
postcss.config.js View File

@ -1,7 +1,6 @@
module.exports = { module.exports = {
plugins: { plugins: {
tailwindcss: {}, tailwindcss: {},
'postcss-focus-visible': {},
autoprefixer: {},
autoprefixer: {}
}, },
} }

+ 1
- 2
tailwind.config.js View File

@ -18,8 +18,7 @@ module.exports = {
opacity: ["disabled"], opacity: ["disabled"],
borderWidth: ["disabled"], borderWidth: ["disabled"],
borderColor: ["disabled"], borderColor: ["disabled"],
transform: ["motion-safe"],
ringWidth: ["focus-visible"]
transform: ["motion-safe"]
}, },
}, },
plugins: [], plugins: [],


Loading…
Cancel
Save