refactor: Standardize order of @use

This commit is contained in:
sthag 2026-03-21 11:47:46 +01:00
parent 43f66d8178
commit 5b5944e229
2 changed files with 4 additions and 4 deletions

View file

@ -1,10 +1,10 @@
@use "sass:map";
@use "../global/config";
@use "../global/common";
@use "../elements/interactive";
@use "../mixins/media_query" as *;
@use "sass:map";
// Root
// -----------------------------------------------------------------------------
html {