Browse Source

Forgot to remove unused postcss stuff

staging
David Ludwig 4 years ago
parent
commit
8567406b29
2 changed files with 2 additions and 4 deletions
  1. +1
    -2
      services/request/postcss.config.js
  2. +1
    -2
      services/request/tailwind.config.js

+ 1
- 2
services/request/postcss.config.js View File

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

+ 1
- 2
services/request/tailwind.config.js View File

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


Loading…
Cancel
Save