mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 04:14:21 +08:00
extend
This commit is contained in:
@ -34,6 +34,7 @@ $colors: (
|
||||
|
||||
@each $key, $value in $colors {
|
||||
.button.#{$key} {
|
||||
@extend .button;
|
||||
color: getcolor($key, dark);
|
||||
background: getcolor($key, base);
|
||||
border-color: getcolor($key, dark);
|
||||
|
Reference in New Issue
Block a user