style-to-js

node v14.20.1
version: 1.0.0
endpointsharetweet
const parse = require('style-to-js').default
const styles = ` border: 1px solid #ccc; border-bottom-color: #aaa; color: #555; font-size: 16px; margin: 0 0.25rem; `
parse(styles)
Loading…

no comments

    sign in to comment