mirror of
https://github.com/tabler/tabler.git
synced 2026-09-02 07:11:29 +04:00
Migrate core SCSS from @import to @use/@forward (#2709)
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
// stylelint-disable declaration-no-important
|
||||
|
||||
@use "sass:map";
|
||||
@use 'sass:map';
|
||||
|
||||
@use '../config' as *;
|
||||
|
||||
@each $size-name, $size in map.merge($spacers, $size-spacers) {
|
||||
.w-#{$size-name} {
|
||||
|
||||
Reference in New Issue
Block a user