Skip to content

Commit

Permalink
refactor: adopt use at-rule for badge SCSS
Browse files Browse the repository at this point in the history
  • Loading branch information
hegemonic committed Dec 4, 2024
1 parent b44eff2 commit f7d4fd6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion static/css/baseline.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion styles/baseline.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@

@use 'sass:color' as sass-color;

@use 'badges';
@use 'navbar';
@use 'variables/colors';
@use 'variables/fonts';
@use 'variables/spacers';

@import 'bootstrap';

@import 'badges';
@import 'code';
@import 'hljs';
@import 'themes/hljs/tomorrow';
Expand Down

0 comments on commit f7d4fd6

Please sign in to comment.