1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-08-31 01:39:50 +02:00

feat(progress): adding is-rounded to progess has was requested in #242

This commit is contained in:
shotaro kaneda
2019-01-18 00:00:43 -03:00
parent e74d2c0e35
commit d6b75e5305
2 changed files with 7 additions and 2 deletions

View File

@@ -27,6 +27,9 @@
@include progress-style($base-color);
&.is-rounded {
@include rounded-corners();
}
&.is-primary {
@include progress-style(map-get($primary-colors, "normal"));
}