Skip to content
This repository has been archived by the owner on Oct 18, 2022. It is now read-only.

Commit

Permalink
styles: update 'import' in favor to 'use' because 'imports' are depre…
Browse files Browse the repository at this point in the history
…cated in dart-sass
  • Loading branch information
daltonmenezes committed Apr 3, 2021
1 parent de7f42c commit 2ac4be9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/src/components/Hello/styles.module.sass
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import 'styles/colors'
@use 'styles/colors' as *

.text
color: $light-blue
Expand Down

0 comments on commit 2ac4be9

Please sign in to comment.