Skip to content

Commit 8f3a2b2

Browse files
b206
1 parent de4d878 commit 8f3a2b2

2 files changed

Lines changed: 5 additions & 6 deletions

File tree

src/Core/Theme/Getters.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
///
2525
@function theme($node, $keys...)
2626
{
27-
@if list.length($keys) > 5 {
28-
@warn "[PUNICA] The Maximum Nesting Depth is Restricted to 5.";
27+
@if list.length($keys) > 4 {
28+
@warn "[PUNICA] The Maximum Nesting Depth is Restricted to 4.";
2929
}
3030

3131
$value: if(map.has-key($theme-map, $node), map.get($theme-map, $node), null);

src/Modules/Utilities/index.scss

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -955,10 +955,9 @@ $helpers: (
955955
///
956956
/// Outline Style
957957
///
958-
/// The outline-width property specifies
959-
/// the width of the outline.
958+
/// The outline-style property specifies the style of an outline
960959
///
961-
/// @example outline-4
960+
/// @example outline-dashed
962961
///
963962
'outline-style': (
964963
'enabled' : true, // true or false
@@ -988,7 +987,7 @@ $helpers: (
988987
'values' : (0,1,2,4,8)
989988
),
990989
///
991-
/// Outline Offset
990+
/// Outline Width
992991
///
993992
/// The outline-width property specifies
994993
/// the width of the outline.

0 commit comments

Comments
 (0)