Skip to content

Commit

Permalink
fix: tailwind nesting config
Browse files Browse the repository at this point in the history
  • Loading branch information
mogusbi-motech committed Sep 18, 2024
1 parent 53e3b70 commit 4fc5e07
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/project-tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@
"jest-watch-typeahead": "2.2.2",
"jsdom-testing-mocks": "1.7.0",
"postcss": "8.4.21",
"postcss-import": "16.1.0",
"postcss-loader": "7.2.4",
"prettier": "3.2.5",
"rimraf": "6.0.1",
Expand Down
5 changes: 4 additions & 1 deletion packages/project-tailwind/postcss.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
/* eslint-disable sort-keys */
module.exports = {
plugins: {
autoprefixer: {},
'postcss-import': {},
'tailwindcss/nesting': {},
tailwindcss: {},
autoprefixer: {},
},
};
14 changes: 14 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8582,6 +8582,7 @@ __metadata:
jest-watch-typeahead: "npm:2.2.2"
jsdom-testing-mocks: "npm:1.7.0"
postcss: "npm:8.4.21"
postcss-import: "npm:16.1.0"
postcss-loader: "npm:7.2.4"
prettier: "npm:3.2.5"
react: "npm:18.3.1"
Expand Down Expand Up @@ -30827,6 +30828,19 @@ __metadata:
languageName: node
linkType: hard

"postcss-import@npm:16.1.0":
version: 16.1.0
resolution: "postcss-import@npm:16.1.0"
dependencies:
postcss-value-parser: "npm:^4.0.0"
read-cache: "npm:^1.0.0"
resolve: "npm:^1.1.7"
peerDependencies:
postcss: ^8.0.0
checksum: 10c0/60e6499354079a3f46242b861412a40c54be7ab99f4ad55096a07ffe5e57fcc01c2c626b5d1fbc7a18cd23adc82b320c205059d0c7ab09e91baba8dc45c88e29
languageName: node
linkType: hard

"postcss-import@npm:^15.1.0":
version: 15.1.0
resolution: "postcss-import@npm:15.1.0"
Expand Down

0 comments on commit 4fc5e07

Please sign in to comment.