Skip to content

Commit

Permalink
Change vite.config back
Browse files Browse the repository at this point in the history
  • Loading branch information
Tehsurfer committed Mar 1, 2024
1 parent beeb36e commit 5afb905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.js
Expand Up @@ -11,7 +11,7 @@ export default defineConfig(({ command, mode }) => {
css: {
preprocessorOptions: {
scss: {
additionalData: `@use './src/assets/styles' as *;`
additionalData: `@use '${pathSrc}/assets/styles' as *;`
},
},
},
Expand Down

0 comments on commit 5afb905

Please sign in to comment.