Replies: 1 comment
-
Just found the way to access all rules but not sure it's the direct way: const rules = editor.CssComposer.getAll().toJSON(); |
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.
-
Hello,
Currently, when I call getStyle(), it just returns the current chanted styles of the current breakpoint of the editor.
Because the component has different padding in different breakpoint.
How to get the styles of the component of all its breakpoints in one go?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions