replace deprecated Sass @import rules with @use

This commit is contained in:
2025-12-16 18:07:02 +01:00
parent d738e888d5
commit d0737aa699
9 changed files with 27 additions and 28 deletions

View File

@@ -1,4 +1 @@
// Placeholder file. If your site uses
// @import "{{ site.theme }}";
// Then using this theme with jekyll-remote-theme will work fine.
@import "jekyll-theme-minimalist";
@use "jekyll-theme-minimalist";