css-var

1.0.0-b0 • Public • Published

css-var

CSS custom properties helper utility

npm i css-var

import cv from 'css-var'

// Set a custom property
cv({ blue: '#07c' })

const style = {
  // Use custom property
  color: cv('blue') // 'var(--blue)'
}

Currently only works client-side

MIT License

Readme

Keywords

none

Package Sidebar

Install

npm i css-var

Weekly Downloads

3

Version

1.0.0-b0

License

MIT

Last publish

Collaborators

  • jxnblk