foam-framework / foam-framework/foam
Support auto-prefixing of CSS styles set on views
Open
enhancement
- Dominant language
- JavaScript
- Stars
- 783
- Forks
- 51
- PR merge metrics
- No merged PRs in 30d
Description
Code like this.$.style.transform = 'foo' should actually be this.$.style.transform = this.$.style.webkitTransform = 'foo'. We should implement something like this.setStyle('transform', 'foo', this.id) for this purpose. A temporary fix for existing code is checked in at 25decb0a26c8d533b81e80c2ed386f15025fedad.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.