mirror of
https://github.com/scratchfoundation/scratchx.git
synced 2024-11-25 09:08:28 -05:00
4 lines
172 B
SCSS
4 lines
172 B
SCSS
@mixin font-feature-settings($settings...) {
|
|
@if length($settings) == 0 { $settings: none; }
|
|
@include prefixer(font-feature-settings, $settings, webkit moz ms spec);
|
|
}
|