Skip to content

Commit 28a1446

Browse files
committed
fix: update postcss config
1 parent caeb8a3 commit 28a1446

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

packages/plaid-webpack/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
"lodash": "^4.17.21",
2020
"mini-css-extract-plugin": "^2.4.5",
2121
"portfinder": "^1.0.28",
22-
"postcss": "^8.4.5",
2322
"postcss-loader": "^6.2.1",
2423
"raw-loader": "^4.0.2",
2524
"style-loader": "^3.3.1",

packages/plaid/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"eslint-plugin-prettier": "^4.0.0",
3131
"lodash": "^4.17.21",
3232
"npm-run-all": "^4.1.5",
33+
"postcss": "^8.4.5",
3334
"postcss-calc": "^8.0.0",
3435
"postcss-import": "^14.0.2",
3536
"postcss-nested": "^5.0.6",

packages/plaid/postcss/tailwind.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ const { defaultOptions } = require('../util');
33
module.exports = config => {
44
config.plugins = [
55
...config.plugins || [],
6+
require('tailwindcss/nesting'),
67
require('tailwindcss')(defaultOptions.tailwindcss),
78
];
89
return config;

0 commit comments

Comments
 (0)