diff --git a/package.json b/package.json index 374e04a2f..85810ca91 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,6 @@ "@graphql-codegen/typescript-operations": "^1.17.13", "@manifoldco/swagger-to-ts": "^2.1.0", "@next/bundle-analyzer": "^10.0.1", - "@tailwindcss/jit": "^0.1.3", "@types/body-scroll-lock": "^2.6.1", "@types/classnames": "^2.2.10", "@types/cookie": "^0.4.0", diff --git a/postcss.config.js b/postcss.config.js index a46c348da..9e0f0b2ca 100644 --- a/postcss.config.js +++ b/postcss.config.js @@ -1,5 +1,6 @@ module.exports = { plugins: [ + 'tailwindcss', 'postcss-nesting', 'postcss-flexbugs-fixes', [