Skip to content

Commit

Permalink
chore: use sass-embedded as alternative to sass
Browse files Browse the repository at this point in the history
  • Loading branch information
AlPha5130 committed Feb 7, 2025
1 parent 753454d commit d2f24c1
Show file tree
Hide file tree
Showing 4 changed files with 411 additions and 142 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -108,3 +108,4 @@ dist
dev-test
*.dev.*
.vercel
.output
9 changes: 0 additions & 9 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,6 @@ export default defineNuxtConfig({
},
},
},
vite: {
css: {
preprocessorOptions: {
sass: {
api: 'modern',
},
},
},
},
runtimeConfig: {
public: {
adsensePubId: '',
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@iconify-json/fa-solid": "^1.2.1",
"@iconify-json/tabler": "^1.2.15",
"@nuxt/devtools": "latest",
"@nuxtjs/i18n": "^9.1.5",
"@nuxtjs/i18n": "^9.2.0",
"@pinia/nuxt": "^0.9.0",
"@prettier/plugin-pug": "^3.2.0",
"@types/gif.js": "^0.2.5",
Expand All @@ -54,7 +54,7 @@
"pinia": "^2.3.1",
"prettier": "^3.4.2",
"pug": "^3.0.3",
"sass": "^1.84.0",
"sass-embedded": "^1.83.4",
"tslib": "^2.8.1",
"typescript": "^5.7.3",
"unplugin-icons": "^22.0.0",
Expand Down
Loading

0 comments on commit d2f24c1

Please sign in to comment.