remove any reference to .secondary or .contrast from classless version

This commit is contained in:
Justin Bishop 2021-12-19 09:02:01 -08:00
parent f81a2e4af4
commit cc8b8eddeb
16 changed files with 17 additions and 29 deletions

View file

@ -148,9 +148,11 @@ a {
--text-decoration: none;
// Secondary & Contrast
&.secondary,
&.contrast {
--text-decoration: underline;
@if $enable-classes {
&.secondary,
&.contrast {
--text-decoration: underline;
}
}
}