MCPcopy Create free account
hub / github.com/dabbott/javascript-playgrounds / prefix

Function prefix

utils/PrefixInlineStyles.js:5–5  ·  view source on GitHub ↗
(style)

Source from the content-addressed store, hash-verified

3const prefixer = new Prefixer()
4
5export const prefix = (style) => prefixer.prefix(style)
6
7export const prefixObject = (styles, output = {}) => {
8 for (let key in styles) {

Callers 7

index.jsFile · 0.90
player.jsFile · 0.90
Console.jsFile · 0.90
Tabs.jsFile · 0.90
Class · 0.90
Class · 0.90
prefixAndApplyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected