UNPKG

layeshifter-fela

Version:

State-Driven Styling in JavaScript

11 lines (9 loc) 207 B
export default function generateStaticReference(style, selector) { if (typeof style === 'string') { return style; } if (selector) { return selector + JSON.stringify(style); } return ''; }