File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -150,12 +150,12 @@ This package is available on npm.
150150| use | String | null | false | Value of ` use-attr ` |
151151| height | String | null | false | Height of the doodle |
152152| width | String | null | false | Width of the doodle |
153- | mxAuto | Boolean | false | false | Add `margin-left| right-auto` to the doodle |
154- | fitWidth | Boolean | false | false | Force the doodle to fit in a ` max-width ` |
155- | fitHeight | Boolean | false | false | Force the doodle to fit in a ` max-height ` |
156- | fillHeight | Boolean | false | false | Expand the doodle to an ` height of 100% ` |
157- | clickToUpdate | Boolean | false | false | Refresh on click |
158- | overflowHidden | Boolean | false | false | Add ` overflow-hidden ` to the container |
153+ | mx-auto | Boolean | false | false | Add `margin-left| right-auto` to the doodle |
154+ | fit-width | Boolean | false | false | Force the doodle to fit in a ` max-width ` |
155+ | fit-height | Boolean | false | false | Force the doodle to fit in a ` max-height ` |
156+ | fill-height | Boolean | false | false | Expand the doodle to an ` height of 100% ` |
157+ | click-to-update | Boolean | false | false | Refresh on click |
158+ | overflow-hidden | Boolean | false | false | Add ` overflow-hidden ` to the container |
159159| absolute | Boolean | false | false | Set position to ` absolute ` |
160160
161161Check the [ DOCS for more information] ( https://css-doodle.com/#usage ) .
You can’t perform that action at this time.
0 commit comments