UNPKG

css-in-js-utils

Version:

Useful utility functions for CSS in JS solutions

14 lines (13 loc) 828 B
import assignStyle from './assignStyle'; import camelCaseProperty from './camelCaseProperty'; import cssifyDeclaration from './cssifyDeclaration'; import cssifyObject from './cssifyObject'; import hyphenateProperty from './hyphenateProperty'; import isPrefixedProperty from './isPrefixedProperty'; import isPrefixedValue from './isPrefixedValue'; import isUnitlessProperty from './isUnitlessProperty'; import normalizeProperty from './normalizeProperty'; import resolveArrayValue from './resolveArrayValue'; import unprefixProperty from './unprefixProperty'; import unprefixValue from './unprefixValue'; export { assignStyle, camelCaseProperty, cssifyDeclaration, cssifyObject, hyphenateProperty, isPrefixedProperty, isPrefixedValue, isUnitlessProperty, normalizeProperty, resolveArrayValue, unprefixProperty, unprefixValue, };