We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a32c82 commit f735a61Copy full SHA for f735a61
docs/.vitepress/vite.config.mts
@@ -16,7 +16,7 @@ export default defineConfig({
16
css: {
17
preprocessorOptions: {
18
scss: {
19
- api: "modern"
+ api: "modern-compiler"
20
}
21
22
package.json
@@ -25,6 +25,7 @@
25
"import-meta-ponyfill": "^3.2.1",
26
"openai": "^4.80.1",
27
"postcss": "^8.5.1",
28
+ "sass-embedded": "^1.89.1",
29
"shiki": "^2.1.0",
30
"tailwindcss": "^3.4.17",
31
"unplugin-vue-components": "^28.0.0",
0 commit comments