- Issue created by @ashrafabed
In rare cases, we need to add minimal custom CSS to a USWDS component to 'normalize' something (e.g. a paragraph passed into an alert component should not add its own padding because the USWDS alert already takes care of that.
And it's possible for this module to be combined with another USWDS implementation/theme, especially during a transition between the two.
We don't want any of our custom CSS to impact anything except our component, and we don't want to change the OOTB USWDS class names.
Use the SDC component-specific selector.
MR will be submitted shortly.
Active
1.0
Code