Skip to content

Commit

Permalink
Merge pull request #188 from katozaaaa/issue-171
Browse files Browse the repository at this point in the history
Replace sass @import rule with @use
  • Loading branch information
yegor256 authored Jan 9, 2025
2 parents 8b82622 + 5a38809 commit 1660a34
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sass/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
* SOFTWARE.
*/

@import 'awards.scss';
@import 'bylaws.scss';
@import 'qo-section.scss';
@use 'awards.scss';
@use 'bylaws.scss';
@use 'qo-section.scss';

$black: #131515;
$gray: #282828;
Expand Down

0 comments on commit 1660a34

Please sign in to comment.