Skip to content

Commit 5a38809

Browse files
committedDec 26, 2024·
Replace sass @import rule with @use
1 parent a83f353 commit 5a38809

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎sass/main.scss

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
* SOFTWARE.
2323
*/
2424

25-
@import 'awards.scss';
26-
@import 'bylaws.scss';
27-
@import 'qo-section.scss';
25+
@use 'awards.scss';
26+
@use 'bylaws.scss';
27+
@use 'qo-section.scss';
2828

2929
$black: #131515;
3030
$gray: #282828;

0 commit comments

Comments
 (0)
Please sign in to comment.