mirror of
https://github.com/picocss/pico.git
synced 2025-04-30 04:49:13 -04:00
fix: classless css
This commit is contained in:
parent
25b505e206
commit
53c96ba46a
8 changed files with 6 additions and 12 deletions
|
@ -243,7 +243,7 @@
|
|||
#{$css-var-prefix}text-decoration: underline;
|
||||
|
||||
// Secondary & Contrast
|
||||
@if enable-classes {
|
||||
@if $enable-classes {
|
||||
&.secondary,
|
||||
&.contrast {
|
||||
#{$css-var-prefix}text-decoration: underline;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue