vercel / styled-jsx

Full CSS support for JSX without compromises
http://npmjs.com/styled-jsx
MIT License
7.65k stars 266 forks source link

The css property scrollbar-width disappears in the output css #815

Closed NawfelBgh closed 1 year ago

NawfelBgh commented 1 year ago

What is the current behavior?

The css property scrollbar-width does not appear in the output of:

<style jsx>{` .c { scrollbar-width: none; } `}</style>

What is the expected behavior?

scrollbar-width must appear in the output css

Environment (include versions)

Did this work in previous versions?

I did not test it before

NawfelBgh commented 1 year ago

My fault, I was checking the output in the wrong place. The property is actually handled correctly.