Can I create a CSS string using editor.Css.getRules()
#4749
Answered
by
artf
FaisalShaikhHA
asked this question in
Q&A
-
Can I create a CSS string using
will the above CSS string be equivalent to CSS used on components only or editor.getCss()? |
Beta Was this translation helpful? Give feedback.
Answered by
artf
Dec 4, 2022
Replies: 1 comment 4 replies
-
That will return all component related CSS styles (those created via Style Manager when |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
FaisalShaikhHA
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That will return all component related CSS styles (those created via Style Manager when
selectorManager.componentFirst
is enabled)