hi koff, your jss is awesome. I'm starting to leave the sass. writting mixins, functions, importing, etc are lot easier in JS.
But i prefer writting in typescript rather than js. It can avoid a lot of mistakes earlier.
Is there a TS definition for the css properties? rather than string, any, any[], any[][].
For an example is .fontWeight, only accept 'thin' | 'bold' | 'bolder' | 'thinner' | number,
no an arbitrary string allowed.
hi koff, your jss is awesome. I'm starting to leave the sass. writting mixins, functions, importing, etc are lot easier in JS.
But i prefer writting in typescript rather than js. It can avoid a lot of mistakes earlier.
Is there a TS definition for the css properties? rather than string, any, any[], any[][].
For an example is .fontWeight, only accept 'thin' | 'bold' | 'bolder' | 'thinner' | number,
no an arbitrary string allowed.