p0c-website

Proof of concepts for fun and profit
git clone https://git.in0rdr.ch/p0c-website.git
Log | Files | Refs | Pull requests | README | LICENSE

_font-feature-settings.scss (172B)


      1 @mixin font-feature-settings($settings...) {
      2   @if length($settings) == 0 { $settings: none; }
      3   @include prefixer(font-feature-settings, $settings, webkit moz ms spec);
      4 }