mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
fix typo
This commit is contained in:
parent
6179e6ac51
commit
7b83f4d400
@ -17,22 +17,22 @@ features:
|
||||
[
|
||||
'.resize-none',
|
||||
'resize: none;',
|
||||
"Make a element not resizable.",
|
||||
"Make an element not resizable.",
|
||||
],
|
||||
[
|
||||
'.resize',
|
||||
'resize: both;',
|
||||
"Make a element resizable in both axes.",
|
||||
"Make an element resizable in both axes.",
|
||||
],
|
||||
[
|
||||
'.resize-y',
|
||||
'resize: vertical;',
|
||||
"Make a element resizable vertically.",
|
||||
"Make an element resizable vertically.",
|
||||
],
|
||||
[
|
||||
'.resize-x',
|
||||
'resize: horizontal;',
|
||||
"Make a element resizable horizontally.",
|
||||
"Make an element resizable horizontally.",
|
||||
],
|
||||
]
|
||||
])
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user