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

fix: add missing index property #1575

Closed pahan35 closed 3 years ago

pahan35 commented 3 years ago

Corresponding Issue(s): haven't checked. I've cloned the project and noticed a problem when was viewing the code.

What Would You Like to Add/Fix?

I'd like to add a missing property on which my IDE complains. image

Index property itself is used at least here https://github.com/cssinjs/jss/blob/02cb79b345570f2495ce9650641593c8cec8b47f/packages/jss/src/Jss.js#L73.

Todo

Expectations on Changes

No warnings from IDE when the index property of sheets is used.

Changelog

Just a single extra property.

kof commented 3 years ago

thanks