We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72fa061 commit 8afc15bCopy full SHA for 8afc15b
src/App.vue
@@ -7,7 +7,7 @@
7
<RouterView />
8
</template>
9
10
-<style scoped>
+<style scoped lang="scss">
11
header {
12
line-height: 1.5;
13
max-height: 100vh;
src/styles/var.scss
@@ -0,0 +1,5 @@
1
+$xtxColor: #27ba9b;
2
+$helpColor: #e26237;
3
+$sucColor: #1dc779;
4
+$warnColor: #ffb302;
5
+$priceColor: #cf4444;
vite.config.ts
@@ -31,7 +31,8 @@ export default defineConfig({
31
css: {
32
preprocessorOptions: {
33
scss: {
34
- additionalData: `@use "@/styles/element/index.scss" as *;`,
+ additionalData: `@use "@/styles/element/index.scss" as *;
35
+ @use "@/styles/var.scss" as *;`,
36
},
37
38
0 commit comments