Skip to content

Commit d25fc49

Browse files
committed
Fix CSS deprecations
1 parent f276d39 commit d25fc49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/assets/css/jekyll-theme-chirpy.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
---
33

44
/* prettier-ignore */
5-
@import 'main
5+
@use 'main
66
{%- if jekyll.environment == 'production' -%}
77
.bundle
88
{%- endif -%}
99
';
1010

1111
/* append your custom style below */
12-
@import 'swagger';
12+
@use 'swagger';
1313

1414
/* Hide duplicate title ?? */
1515
h1.dynamic-title {

0 commit comments

Comments
 (0)