feat:rename subtree from frontend-vue to frontend
This commit is contained in:
15
frontend/src/styles/variables.module.scss
Normal file
15
frontend/src/styles/variables.module.scss
Normal file
@@ -0,0 +1,15 @@
|
||||
$bg: var(--color-bg);
|
||||
$bg-secondary: var(--color-bg-secondary);
|
||||
$bg-tertiary: var(--color-bg-tertiary);
|
||||
$bg-quaternary: var(--color-bg-quaternary);
|
||||
$text: var(--color-text);
|
||||
$text-secondary: var(--color-text-secondary);
|
||||
|
||||
:export {
|
||||
bg: $bg;
|
||||
bg-secondary: $bg-secondary;
|
||||
bg-tertiary: $bg-tertiary;
|
||||
bg-quaternary: $bg-quaternary;
|
||||
text: $text;
|
||||
text-secondary: $text-secondary;
|
||||
}
|
||||
Reference in New Issue
Block a user