Replies: 1 comment
-
You can configure each style manager property as you wish https://grapesjs.com/docs/getting-started.html#style-manager |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, the viewport measurements are limited by some assumptions. For example, the width setting only offers
vw
units, and the height setting only allowsvh
. That makes it impossible to make a responsive layout such as this:https://codepen.io/abalter/pen/oNeZpLL
index.html
style.css
Beta Was this translation helpful? Give feedback.
All reactions