0
mirror of https://github.com/valentineus/popov.link.git synced 2025-07-04 00:20:26 +03:00

chore: migrate sass imports to use (#49)

This commit is contained in:
2025-06-10 18:27:34 +04:00
committed by GitHub
parent d74eec1c47
commit f3cc07e92c
6 changed files with 9 additions and 7 deletions

View File

@ -1,3 +1,3 @@
@import "variables";
@import "framework";
@import "print";
@use "variables";
@use "framework";
@use "print";