foam-framework / foam-framework/foam

Support auto-prefixing of CSS styles set on views

Open
#405 1 comment 0 reactions 1 assignee Claimed by @mdittmer View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.