feat: add styled-components.md cheatsheet.

This commit is contained in:
jaywcjlove
2022-10-08 23:55:59 +08:00
parent 6eb1ef3260
commit 2fcd80f34d
7 changed files with 1285 additions and 52 deletions

View File

@ -212,7 +212,7 @@ table.show-header thead {
}
tt, code {
font-family: ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace;
font-family: ui-monospace,SFMono-Regular,SF Mono,Consolas,Liberation Mono,monospace;
font-size: 1em;
}
pre:only-child {
@ -222,7 +222,7 @@ pre:only-child {
pre {
margin-top: 0;
margin-bottom: 0;
font-family: ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace;
font-family: ui-monospace,SFMono-Regular,SF Mono,Consolas,Liberation Mono,monospace;
word-wrap: normal;
line-height: 1.5;
overflow: hidden;