postcss-font-variant icon indicating copy to clipboard operation
postcss-font-variant copied to clipboard

Is this plugin needed anymore?

Open steveharrison opened this issue 2 years ago • 1 comments

I find it confusing that this plugin modifies the font-feature-settings CSS property; I was originally trying to set both font-variant and font-feature-settings to none and normal respectively, and then noticed that font-feature-settings was getting transformed to "kern" off (I've raised a separate issue for this). There also seem to be a few issues in this repository with various expected combinations.

Looking at https://caniuse.com/mdn-css_properties_font-variant, it seems to have pretty good browser support.

Did there used to be cross-browser issues with font-variant that this plugin solves?

steveharrison avatar Nov 21 '22 08:11 steveharrison

@steveharrison https://caniuse.com/mdn-css_properties_font-variant-caps https://caniuse.com/font-variant-numeric etc.

Semigradsky avatar Nov 21 '22 09:11 Semigradsky