-
Notifications
You must be signed in to change notification settings - Fork 559
Closed
Description
Composes is really useful, but when I work with a shared css, sometimes, I need to compose with a global class name, but currently it is not allowed.
There is two variants:
1.- Compose with an global external class name, e.g.: from a shared css library.
2.- Compose with a global local class name. It is less useful, It currently doesn't work too, but actually I don't need this kind of functionality.
Thanks for all.
matthiasp42