-
Task
-
Resolution: None
-
L3 - Default
-
2.0.0
Since we're applying basic selectors combining a bass class with a type like
.Input[type="text"]
we need to include `.Input` with any selector we need to override basic behavior:
.Input.My-custom-input
This violates our basic rule to get rid of selector specificity as much as possible and should be fixed. When fixed/improved, `.My-custom.-input`should be strong enough to override basic behaviour.