mirror of
https://github.com/picocss/pico.git
synced 2025-05-05 07:07:11 -04:00
remove use of .secondary and .contrast from classless css
This commit is contained in:
parent
0c33daabf6
commit
73d75856f6
5 changed files with 8 additions and 12 deletions
|
@ -126,10 +126,12 @@
|
|||
a {
|
||||
--text-decoration: none;
|
||||
|
||||
// Secondary & Contrast
|
||||
&.secondary,
|
||||
&.contrast {
|
||||
--text-decoration: underline;
|
||||
@if $enable-classes {
|
||||
// Secondary & Contrast
|
||||
&.secondary,
|
||||
&.contrast {
|
||||
--text-decoration: underline;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue