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