Skip to content

Commit 8c256f9

Browse files
committed
Install postcss-nested as a dev dependency
1 parent a77467c commit 8c256f9

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

bun.lockb

8 Bytes
Binary file not shown.

package.json

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
11
{
2-
"private": true,
3-
"type": "module",
4-
"scripts": {
5-
"dev": "vite",
6-
"build": "vite build"
7-
},
82
"devDependencies": {
93
"@heroicons/vue": "^2.1.5",
104
"@inertiajs/vue3": "^1.2.0",
@@ -15,11 +9,15 @@
159
"laravel-vite-plugin": "^1.0.5",
1610
"postcss": "^8.4.47",
1711
"postcss-import": "^16.1.0",
12+
"postcss-nested": "^6.2.0",
1813
"tailwindcss": "^3.4.12",
1914
"vite": "^5.4.6",
2015
"vue": "^3.5.6"
2116
},
22-
"dependencies": {
23-
"postcss-nested": "^6.2.0"
24-
}
17+
"private": true,
18+
"scripts": {
19+
"dev": "vite",
20+
"build": "vite build"
21+
},
22+
"type": "module"
2523
}

0 commit comments

Comments
 (0)