npm install split-css-valueconst splitValue = require('split-css-value')
const values = splitValue('color 2s, background 4s linear 1s')
console.log(values)
//=> ['color 2s', 'background 4s linear 1s']

| Name | Name | Last commit date | ||
|---|---|---|---|---|
npm install split-css-valueconst splitValue = require('split-css-value')
const values = splitValue('color 2s, background 4s linear 1s')
console.log(values)
//=> ['color 2s', 'background 4s linear 1s']