Skip to content

Commit fc44171

Browse files
authored
Fix json syntax for customizing container size example (#6)
1 parent 493e1f0 commit fc44171

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ module.exports = {
9898
theme: {
9999
extend: {
100100
containers: {
101-
`2xs`: '16rem',
101+
'2xs': '16rem',
102102
},
103103
},
104104
},

0 commit comments

Comments
 (0)