From 41b0d0497988274057fc2512c822a6bc9d2d3ebd Mon Sep 17 00:00:00 2001 From: Volpeon Date: Wed, 6 Aug 2025 16:40:56 +0200 Subject: Switch to tab indentation --- src/_props.scss | 62 ++++++++++++++++++++++++++++----------------------------- 1 file changed, 31 insertions(+), 31 deletions(-) (limited to 'src/_props.scss') diff --git a/src/_props.scss b/src/_props.scss index 5590aed..0b2306d 100644 --- a/src/_props.scss +++ b/src/_props.scss @@ -8,41 +8,41 @@ @use 'iro-sass/src/props'; @mixin materialize-at-root($ref) { - @if meta.type-of($ref) == 'map' { - $ref: map.values($ref); - } + @if meta.type-of($ref) == 'map' { + $ref: map.values($ref); + } - :root { - @include props.materialize($ref, null); - @include props.materialize($ref, 'color'); + :root { + @include props.materialize($ref, null); + @include props.materialize($ref, 'color'); - @each $breakpoint in map.keys(media.$breakpoints) { - @include media.media('<=#{$breakpoint}') { - @include props.materialize($ref, $breakpoint); - } - } + @each $breakpoint in map.keys(media.$breakpoints) { + @include media.media('<=#{$breakpoint}') { + @include props.materialize($ref, $breakpoint); + } + } - @media (prefers-color-scheme: dark) { - @include props.materialize($ref, 'dark'); - } - } + @media (prefers-color-scheme: dark) { + @include props.materialize($ref, 'dark'); + } + } - @if config.$explicit-dark-theme { - @include bem.theme('dark') { - @include props.materialize($ref, 'color'); - @include props.materialize($ref, 'dark'); - } - } + @if config.$explicit-dark-theme { + @include bem.theme('dark') { + @include props.materialize($ref, 'color'); + @include props.materialize($ref, 'dark'); + } + } - @each $theme-name in map.keys(config.$themes) { - @if $theme-name != config.$theme-default { - @include bem.theme(string.slice($theme-name, 3)) { - @include props.materialize($ref, 'color'); + @each $theme-name in map.keys(config.$themes) { + @if $theme-name != config.$theme-default { + @include bem.theme(string.slice($theme-name, 3)) { + @include props.materialize($ref, 'color'); - @media (prefers-color-scheme: dark) { - @include props.materialize($ref, 'dark'); - } - } - } - } + @media (prefers-color-scheme: dark) { + @include props.materialize($ref, 'dark'); + } + } + } + } } -- cgit v1.2.3-70-g09d2