frenic / csstype

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

missing 'backdrop-filter' #161

Open braebo opened 2 years ago

braebo commented 2 years ago

I noticed that both -webkit-backdrop-filter and backdrop-filter give me an error saying they're missing. Is this intentional?

frenic commented 2 years ago

No, they have existed for quite a while.

https://github.com/frenic/csstype/blob/8746e82fea01d409be811494abc34c9adba61c8a/index.d.ts#L290-L303 https://github.com/frenic/csstype/blob/8746e82fea01d409be811494abc34c9adba61c8a/index.d.ts#L6846-L6853