feat: add styled-components.md cheatsheet. 2fcd80f34d

This commit is contained in:
jaywcjlove
2022-10-08 15:56:45 +00:00
parent deb7d03be3
commit 09035d896c
6 changed files with 1113 additions and 50 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;