This commit is contained in:
2024-07-04 19:22:02 +05:00
parent 02505df229
commit b021168c7a
14 changed files with 116 additions and 76 deletions
+22 -2
View File
@@ -3,23 +3,43 @@ export default {
content: ["./index.html", "./src/**/*.{js,ts,jsx,tsx}"],
theme: {
extend: {
borderRadius: {
"2xl": "38.4px",
lg: "19.2px",
},
borderWidth: {
DEFAULT: "2.4px",
},
padding: {
6: "67.5px",
1: "11.25px",
4: "45px",
3: "33.75px",
2: "22.5px",
},
margin: {
6: "67.5px",
1: "11.25px",
4: "45px",
3: "33.75px",
2: "22.5px",
},
gap: {
2: "22.5px",
4: "45px",
8: "90px",
6: "67.5px",
9: "101.5px",
},
minHeight: {
6: "57.6px",
width: {
3: "33.75px",
},
height: {
6: "57.6px",
3: "33.75px",
},
minHeight: {
6: "57.6px",
},
minWidth: {
6: "57.6px",