UNPKG

wix-style-react

Version:
6 lines (4 loc) 181 B
export const convertFromUxLangToCss = (ux = '') => ux.toLowerCase().replace('.', '_'); export const convertFromCssToUxLang = (css = '') => css.toUpperCase().replace('_', '.');