day8 / re-frame-10x

A debugging dashboard for re-frame. X-ray vision as tooling.
MIT License
631 stars 68 forks source link

Adds proper use of vendor prefix for match-parent. #280

Closed Sardtok closed 4 years ago

Sardtok commented 4 years ago

This will generate CSS with prefixed and non-prefixed match-parent rules for list-items' alignment. This is supported in most modern browsers, only Safari requires a vendor prefix.

superstructor commented 4 years ago

Thanks @Sardtok 👍