UNPKG

215 BJavaScriptView Raw
1import camelCaseProperty from './camelCaseProperty';
2import unprefixProperty from './unprefixProperty';
3export default function normalizeProperty(property) {
4 return unprefixProperty(camelCaseProperty(property));
5}
\No newline at end of file