mirror of
https://github.com/tachyons-css/tachyons.git
synced 2026-02-06 14:06:52 +00:00
Remove font-size declaration in code class
Declaring the font-size is not needed here. Also, this removes the .code class outright as it also is declared in tachyons-font-family.
This commit is contained in:
parent
492a0baab9
commit
89b37b367f
@ -433,7 +433,6 @@ input[type="email"], input[type="url"], input[type="password"], .border-box { bo
|
||||
|
||||
*/
|
||||
.pre { overflow-x: auto; overflow-y: hidden; overflow: scroll; }
|
||||
.code { white-space: pre; font-size: 14px; }
|
||||
/*
|
||||
|
||||
COORDINATES
|
||||
|
||||
2
css/tachyons.min.css
vendored
2
css/tachyons.min.css
vendored
File diff suppressed because one or more lines are too long
@ -9,8 +9,3 @@
|
||||
overflow-y: hidden;
|
||||
overflow: scroll;
|
||||
}
|
||||
|
||||
.code {
|
||||
white-space: pre;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user