Skip to content

Commit 9fc1840

Browse files
committed
Fix .content not working due to nesting
1 parent 57d6a20 commit 9fc1840

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

bun.lockb

24 Bytes
Binary file not shown.

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,8 @@
1818
"tailwindcss": "^3.4.12",
1919
"vite": "^5.4.6",
2020
"vue": "^3.5.6"
21+
},
22+
"dependencies": {
23+
"postcss-nested": "^6.2.0"
2124
}
2225
}

postcss.config.cjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
module.exports = {
22
plugins: {
33
'postcss-import': {},
4+
'postcss-nested': {},
45
'tailwindcss': {},
56
'autoprefixer': {},
67
}

0 commit comments

Comments
 (0)