Skip to content

Commit cd01c25

Browse files
committed
@import to @use for Dart Sass
1 parent 6c062d6 commit cd01c25

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scss/colors.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
@import "colors-functions";
2-
@import "colors-variables";
1+
@use "colors-functions";
2+
@use "colors-variables";
33

44
// No license or attribution is prepended to this file, as it is designed to be included
55
// first before any other CSS or SASS. That said, if you are using DevIsCoding Colors in

0 commit comments

Comments
 (0)