UNPKG

css-theme-management

Version:

This package was created to ease the process of implementing multiple themes in an app.

5 lines (4 loc) 169 B
export var loadProperty = function (property, rootStyle) { rootStyle.setProperty(property.propertyName, property.propertyValue); }; export default loadProperty;