Skip to content

Commit e6b5734

Browse files
authored
Merge pull request #104 from /issues/101
Support sass modern API
2 parents 315e31a + eb28377 commit e6b5734

File tree

11 files changed

+9714
-2806
lines changed

11 files changed

+9714
-2806
lines changed

Diff for: example/react-sass/package-lock.json

+2,172-1,023
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: example/react-sass/package.json

+5-3
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,15 @@
2626
"@types/react-dom": "^18.3.0",
2727
"@types/sass": "^1.45.0",
2828
"@vitejs/plugin-react": "^4.2.1",
29+
"bootstrap": "^5.3.3",
30+
"bulma": "^1.0.2",
2931
"less": "^4.2.0",
3032
"npm-check-updates": "^16.14.20",
3133
"prettier": "^3.2.5",
32-
"sass": "^1.77.0",
34+
"sass": "^1.78.0",
3335
"turbo": "^1.13.3",
3436
"typescript": "^5.4.5",
35-
"vite": "^5.2.11",
36-
"vite-plugin-sass-dts": "^1.3.21"
37+
"vite": "^5.4.4",
38+
"vite-plugin-sass-dts": "^1.3.26"
3739
}
3840
}

0 commit comments

Comments
 (0)