Replies: 1 comment
-
Check this section: https://grapesjs.com/docs/modules/Components.html#components-css |
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.
-
we can add style in grapesjs model like this.
model.addStyle({
'background-color': 'red',
});
can anyone tell me how can we add media rules or hover rules using grapesjs model.
I know about CssComposer. Is there any way of adding media query style using model.
Beta Was this translation helpful? Give feedback.
All reactions