stitchesjs / stitches

[Not Actively Maintained] CSS-in-JS with near-zero runtime, SSR, multi-variant support, and a best-in-class developer experience.
https://stitches.dev
MIT License
7.75k stars 253 forks source link

Support of "font-feature-settings" property #984

Closed BNursultan closed 2 years ago

BNursultan commented 2 years ago

Bug report

CSS Property font-feature-settings is not being included to rules when used with styled or css functions.

To Reproduce

https://codesandbox.io/s/stitches-font-feature-settings-o6o4tc?file=/src/styles.css

Expected behavior

Should render alternative glyph set for Inter UI typeface.

System information

BNursultan commented 2 years ago

False alarm. Error was in feature tag written incorrectly.