mirror of
https://github.com/kittywitch/dork.dev.git
synced 2026-02-09 23:29:17 -08:00
5 lines
65 B
SCSS
5 lines
65 B
SCSS
@mixin headings {
|
|
h1, h2, h3, h4, h5, h6 {
|
|
@content;
|
|
}
|
|
}
|