Bootstrap class styles not appeding while getting getCss() #4262
senthil177cse
started this conversation in
Show and tell
Replies: 1 comment 16 replies
-
@artf any update for this please...... |
Beta Was this translation helpful? Give feedback.
16 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i have tried to generate css in JSON but i am not getiing bootstrap css while export the getCSS()..
i have attached my screenshot here you can see the "selectors":["col-12"] col-12 is bootstrap class for this bootstrap css style not getting while getCss()...
below i have lis my code....
command(editor) {
editor.Modal.setTitle('CSS JSON')
.setContent(
<textarea style="width: 100%; height: 250px;"> ${JSON.stringify(editor.getCss({json: true}))} </textarea>
).open();
}
Beta Was this translation helpful? Give feedback.
All reactions