frenic / csstype

Strict TypeScript and Flow types for style based on MDN data
MIT License
1.73k stars 72 forks source link

Support SVG element-specific CSS properties #69

Open jcready opened 5 years ago

jcready commented 5 years ago

See https://www.w3.org/TR/SVG2/styling.html and https://css-tricks.com/svg-properties-and-css/

For example:

circle {
  r: 5
}
frenic commented 5 years ago

This would be nice. The problem is that we need raw data. This issue will hopefully solve it but nothing has happened in over a year 😞