mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 13:24:25 +00:00
5 lines
172 B
SCSS
5 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);
|
|
}
|