Update CSS guidelines + Prefer rem

This commit is contained in:
venashial
2022-06-07 14:00:53 -07:00
parent c9ec9f14de
commit eb171ecb21
52 changed files with 768 additions and 606 deletions

View File

@@ -5,5 +5,5 @@ Use pagination to show a set of page numbers and navigation directions to move t
import { Pagination } from 'omorphia'
</script>
<Pagination page={20} count={50} />
<Pagination page={20} count={500} />
```