diff --git a/src/app/styles/index.scss b/src/app/styles/index.scss index a69cfda..0b8e49f 100644 --- a/src/app/styles/index.scss +++ b/src/app/styles/index.scss @@ -1,3 +1,3 @@ -@import './fonts'; -@import './variables'; -@import './reset'; \ No newline at end of file +@use 'fonts'; +@use 'variables'; +@use 'reset'; \ No newline at end of file