source:
imaps-frontend/node_modules/css-in-js-utils/es/resolveArrayValue.js
Last change on this file was d565449, checked in by , 4 weeks ago | |
---|---|
|
|
File size: 177 bytes |
Line | |
---|---|
1 | import hyphenateProperty from './hyphenateProperty'; |
2 | export default function resolveArrayValue(property, value) { |
3 | return value.join(';' + hyphenateProperty(property) + ':'); |
4 | } |
Note:
See TracBrowser
for help on using the repository browser.