feat(styles): scss variables replaced with css ones all over the project

This commit is contained in:
2024-08-27 17:23:52 +02:00
parent c20d621e2f
commit 9a6b9afa3b
8 changed files with 34 additions and 51 deletions

View File

@@ -6,7 +6,7 @@ const nextConfig = {
* https://nextjs.org/docs/app/building-your-application/styling/sass
*/
sassOptions: {
prependData: `@import "@/styles/variables";`,
// optional: prependData: `@import "@/styles/variables";`,
includePaths: [path.join("@", "styles")],
},
images: {