aboutsummaryrefslogtreecommitdiff
path: root/resources
diff options
context:
space:
mode:
Diffstat (limited to 'resources')
-rw-r--r--resources/assets/stylesheets/scss/root.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/assets/stylesheets/scss/root.scss b/resources/assets/stylesheets/scss/root.scss
index 032e989..95c997d 100644
--- a/resources/assets/stylesheets/scss/root.scss
+++ b/resources/assets/stylesheets/scss/root.scss
@@ -1,6 +1,6 @@
-@import '../../../../packages/studip-ui/src/styles/tokens/colors'; // color scss vars
+@import '~@studip-ui/styles/tokens/colors'; // color scss vars
-@import '../../../../packages/studip-ui/src/styles/tokens/index'; // custom props from ui-kit
+@import '~@studip-ui/styles/tokens/index'; // custom props from ui-kit
:root {
--text-color: #{$color--font-primary};