Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3
const
prefixer =
new
Prefixer()
4
5
export
const
prefix = (style) => prefixer.prefix(style)
6
7
export
const
prefixObject = (styles, output = {}) => {
8
for
(
let
key in styles) {
Callers
7
index.js
File · 0.90
player.js
File · 0.90
Console.js
File · 0.90
Tabs.js
File · 0.90
Class · 0.90
Class · 0.90
prefixAndApply
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected