This commit is contained in:
Agustín Rodríguez 2017-11-29 22:48:09 +01:00 committed by Adam Wathan
parent 6179e6ac51
commit 7b83f4d400

View File

@ -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.",
],
]
])