mirror of
https://github.com/picocss/pico.git
synced 2025-05-01 05:19:13 -04:00
Initial commit 🚀
This commit is contained in:
commit
16c7596319
30 changed files with 5996 additions and 0 deletions
29
scss/content/_miscs.scss
Normal file
29
scss/content/_miscs.scss
Normal file
|
@ -0,0 +1,29 @@
|
|||
/**
|
||||
* Miscs
|
||||
*/
|
||||
|
||||
|
||||
// Reboot
|
||||
// Based on normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
|
||||
// ––––––––––––––––––––
|
||||
|
||||
// 1. Add the correct box sizing in Firefox.
|
||||
// 2. Show the overflow in Edge and IE.
|
||||
hr {
|
||||
box-sizing: content-box; // 1
|
||||
height: 0; // 1
|
||||
overflow: visible; // 2
|
||||
border: none;
|
||||
border-top: 1px solid var(--muted-border);
|
||||
}
|
||||
|
||||
// Add the correct vertical alignment in Chrome, Firefox, and Opera.
|
||||
progress {
|
||||
vertical-align: baseline;
|
||||
}
|
||||
|
||||
// Add the correct display in IE 10+.
|
||||
[hidden],
|
||||
template {
|
||||
display: none;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue