Skip to content

Commit

Permalink
[docs] Fix nested CSS warning (mui#39932)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnajdova authored Nov 23, 2023
1 parent c11715e commit da4dbf9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@
"notistack": "3.0.1",
"nprogress": "^0.2.0",
"postcss": "^8.4.30",
"postcss-import": "^15.1.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
2 changes: 2 additions & 0 deletions docs/postcss.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
module.exports = {
plugins: {
'postcss-import': {},
'tailwindcss/nesting': {},
tailwindcss: {},
},
};

0 comments on commit da4dbf9

Please sign in to comment.