feat: split contexts, providers and hooks

This commit is contained in:
Pihkaal
2024-05-30 15:55:59 +02:00
parent af5fc8cb35
commit 77f3b3ef40
13 changed files with 51 additions and 41 deletions

View File

@@ -6,10 +6,10 @@ const config = {
theme: {
extend: {
fontSize: {
"sm": "0.8rem",
"base": "1rem",
"lg": "1.25rem",
"xl": "1.25rem",
sm: "0.8rem",
base: "1rem",
lg: "1.25rem",
xl: "1.25rem",
"2xl": "1.563rem",
"3xl": "1.953rem",
"4xl": "2.441rem",