Skip to content

Commit 743842f

Browse files
b202
1 parent eb1bfa7 commit 743842f

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

src/Core/Theme/Getters.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,11 @@
3838

3939
@if ($value != null and list.length($keys) > 2) {
4040
$value: if(map.has-key($value, list.nth($keys, 3)), map.get($value, list.nth($keys, 3)), null);
41-
}
41+
4242
@if ($value != null and list.length($keys) > 3) {
4343
$value: if(map.has-key($value, list.nth($keys, 4)), map.get($value, list.nth($keys, 4)), null);
4444
}
45+
}
4546
}
4647
}
4748

src/themes.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ $themes: (
4242
'shadow': 0 .25em .5em 0 rgba(0, 0, 0, 0.14),
4343
//////////////////////////////////////////////////////////
4444
// You can use this section to override/change
45-
// the all default variables in the options.scss API file.
45+
// the all default settings in the options.scss API file.
4646
'classnames': (
4747
/*
4848
'panel': (
@@ -75,7 +75,7 @@ $themes: (
7575
)
7676
),
7777
// You can use this section to override/change the
78-
// all default utility variables in the
78+
// all default variable of utilities in the
7979
// Modules/Utilities/index.scss API file.
8080
'utilities': (
8181
//'enabled': false, // this option disables all helpers (default true).
@@ -121,7 +121,7 @@ $themes: (
121121
'shadow': 0 .2em 1em 0 rgba(0,0,0,.17),
122122
//////////////////////////////////////////////////////////
123123
// You can use this section to override/change
124-
// the all default variables in the options.scss API file.
124+
// the all default settings in the options.scss API file.
125125
'components': (
126126
'menu': (
127127
'background-color': lighten(#222226, 2.5%)

0 commit comments

Comments
 (0)