mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-15 14:17:54 +03:00
6 lines
89 B
SCSS
6 lines
89 B
SCSS
@mixin collapse-open-or-breakpoint-up() {
|
|
h1, h2, h3, h4, h5, h6 {
|
|
@content;
|
|
}
|
|
}
|