We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca1a422 commit 802de19Copy full SHA for 802de19
src/app.css
@@ -12,15 +12,6 @@ body {
12
font-style: normal;
13
}
14
15
-@layer utilities {
16
- .w-1\/7 {
17
- width: 14.285714%;
18
- }
19
- .w-1\/8 {
20
- width: 12.5%;
21
22
-}
23
-
24
#root {
25
@apply w-full max-w-screen-xl;
26
tailwind.config.ts
@@ -82,6 +82,12 @@ const config = {
82
screens: {
83
xs: '420px',
84
},
85
+ width: {
86
+ '1/7': '14.2857143%',
87
+ '1/8': '12.5%',
88
+ '1/9': '11.1111111%',
89
+ '1/10': '10%',
90
+ },
91
92
93
} as Config;
0 commit comments