Skip to content

Commit 1755258

Browse files
README : breakpoints
1 parent 95791c0 commit 1755258

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,11 @@ If you have configured Tailwind to use a prefix, make sure to prefix both the `@
110110
By default we ship with the following configured values:
111111

112112
| Name | CSS |
113-
| ------ | -------------------------------------------- |
113+
| ------ |----------------------------------------------|
114+
| `@5xs` | `@container (min-width: 4rem /* 64px */)` |
115+
| `@4xs` | `@container (min-width: 8rem /* 128px */)` |
116+
| `@3xs` | `@container (min-width: 12rem /* 192px */)` |
117+
| `@2xs` | `@container (min-width: 16rem /* 256px */)` |
114118
| `@xs` | `@container (min-width: 20rem /* 320px */)` |
115119
| `@sm` | `@container (min-width: 24rem /* 384px */)` |
116120
| `@md` | `@container (min-width: 28rem /* 448px */)` |
@@ -131,7 +135,7 @@ module.exports = {
131135
theme: {
132136
extend: {
133137
containers: {
134-
'2xs': '16rem',
138+
'8xl': '88rem',
135139
},
136140
},
137141
},

0 commit comments

Comments
 (0)