Skip to content

Commit 0deb8d0

Browse files
committed
Update root-sizing error message.
1 parent b6dc3ad commit 0deb8d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nebula-css/tools/_root-sizing.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
}
1313

1414
@else {
15-
@warn 'Unfortunately, no value could be retrieved for the spacing-percentage `#{nth($percentage,1 )}`. '
16-
+ 'Please make sure the breakpoint is defined in `nb-spacing-percentages` map.';
15+
@warn 'Unfortunately the supplied nb-root-sizing key `#{$key}` '
16+
+ 'does not match a corresponding key in the `$nb-breakpoints` map or == `default`';
1717
}
1818
}
1919
}

0 commit comments

Comments
 (0)