mincho-js / mincho

Natural CSS in TypeScript
MIT License
40 stars 0 forks source link

Accurate merge properties with type file generation #17

Closed black7375 closed 4 months ago

black7375 commented 4 months ago

Description

Generate types to improve type inference performance and automatically detect CSSMergeProperties. (Previously, all CSS properties were allowed to merge spaces and commas.)

It uses the same version of the mdn-data package as csstype.

Related RFC

Checklist