Closed pvpshoot closed 8 years ago
@pvpshoot why not just use the power of js? something like this:
const icon = {
color: '$dark',
fontSize: '1.4rem',
};
const styles = EStyleSheet.create({
icon,
icon__success: {
...icon,
fontSize: '1rem',
},
});
Agree with @brunolemos ! I'll try to keep this lib as simple as possible.
@pvpshoot did it worked for you?
@vitalets yes, its work fine
How about to add Composition? something like that:
https://github.com/css-modules/css-modules#composition