mirror of
https://github.com/picocss/pico.git
synced 2025-05-04 22:57:12 -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
|
@ -103,9 +103,6 @@ section {
|
||||||
a {
|
a {
|
||||||
--text-decoration: none;
|
--text-decoration: none;
|
||||||
}
|
}
|
||||||
a.secondary, a.contrast {
|
|
||||||
--text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
small {
|
small {
|
||||||
--font-size: 0.875em;
|
--font-size: 0.875em;
|
||||||
|
|
2
css/pico.classless.min.css
vendored
2
css/pico.classless.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -103,9 +103,6 @@ section {
|
||||||
a {
|
a {
|
||||||
--text-decoration: none;
|
--text-decoration: none;
|
||||||
}
|
}
|
||||||
a.secondary, a.contrast {
|
|
||||||
--text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
small {
|
small {
|
||||||
--font-size: 0.875em;
|
--font-size: 0.875em;
|
||||||
|
|
2
css/pico.fluid.classless.min.css
vendored
2
css/pico.fluid.classless.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -126,12 +126,14 @@
|
||||||
a {
|
a {
|
||||||
--text-decoration: none;
|
--text-decoration: none;
|
||||||
|
|
||||||
|
@if $enable-classes {
|
||||||
// Secondary & Contrast
|
// Secondary & Contrast
|
||||||
&.secondary,
|
&.secondary,
|
||||||
&.contrast {
|
&.contrast {
|
||||||
--text-decoration: underline;
|
--text-decoration: underline;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// Small
|
// Small
|
||||||
small {
|
small {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue