mirror of
https://github.com/picocss/pico.git
synced 2025-04-30 04:49:13 -04:00
Scss files organization
+ Slim version example
This commit is contained in:
parent
f8e51cb875
commit
434cbe02ac
28 changed files with 1329 additions and 300 deletions
|
@ -171,7 +171,6 @@ h6 {
|
|||
|
||||
// Increase headings font size inside <header>
|
||||
header {
|
||||
|
||||
h1 {
|
||||
font-size: 2rem*1.5;
|
||||
}
|
||||
|
@ -258,6 +257,7 @@ ol {
|
|||
margin-bottom: $spacing-typography/2;
|
||||
}
|
||||
}
|
||||
|
||||
ul li {
|
||||
list-style: square;
|
||||
}
|
||||
|
@ -305,6 +305,7 @@ ins {
|
|||
color: var(--valid);
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
// del
|
||||
del {
|
||||
color: var(--invalid);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue