bcc646ff6f
This fixes: Wrong type number; string expected MR: https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1060
6 lines
59 B
SCSS
6 lines
59 B
SCSS
/* Buttons */
|
|
|
|
.button {
|
|
@extend %button; // that's it
|
|
}
|