9ea745bcd4
- split _common.scss into widgets - improve _drawing functions - minify SVG assets https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/904
6 lines
58 B
SCSS
6 lines
58 B
SCSS
/* Buttons */
|
|
|
|
.button {
|
|
@extend %button; // that's it
|
|
}
|