|
|
|
|
|
by thieu96
1646 days ago
|
|
On the surface this looks nice, until you start using 3rd party componentsand the defaults they assumed for the component are overwritten because the default is changed. It's no coincidence that we use classes to explicitly apply styles, I don't think this library is a good idea. It's the same issues as changing native prototypes in Javascript, stuff depends on the defaults to be exactly as specified. Explicit > Implicit
Stuff magically working is great until you need to make an exception. |
|