Skip to content

Commit 1660a34

Browse files
authoredJan 9, 2025··
Merge pull request #188 from katozaaaa/issue-171
Replace sass @import rule with @use
2 parents 8b82622 + 5a38809 commit 1660a34

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.