cssinjs / jss

JSS is an authoring tool for CSS which uses JavaScript as a host language.
https://cssinjs.org
MIT License
7.08k stars 399 forks source link

text-decoration-thickness value does not default to px #1437

Closed vepasto closed 3 years ago

vepasto commented 3 years ago

Expected behavior: when I set text-decoration-thickness: 1 I expect to see text-decoration-thickness: 1px in browser

Describe the bug: I see text-decoration-thickness: 1 in browser

Codesandbox link: https://codesandbox.io/s/hardcore-smoke-zd3tr?file=/src/App.js

Versions (please complete the following information):

kof commented 3 years ago

Released https://github.com/cssinjs/jss/releases/tag/v10.5.1