mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-31 22:40:55 -08:00
7 lines
99 B
SCSS
7 lines
99 B
SCSS
@use "each";
|
|
|
|
@mixin each($list...) {
|
|
@include each.AtEach("media", $list) {
|
|
@content;
|
|
}
|
|
}
|