SCSS to CSS #5116
Unanswered
Abhisheknanda1344463
asked this question in
Q&A
SCSS to CSS
#5116
Replies: 1 comment
-
I guess the simple solution would be to compile SCSS to CSS on your side and then pass it to GrapesJS |
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.
-
Hi @artf
Is there any way to support SCSS in grapesJs
if I set the editable property of the code mirror and wrote SCSS syntax in the CSS part it will reflect the editor
with this command
editor.setStyle(scss || css
)I am using Vue js with type
I've tried with sass package it gives me the error **node: { fs: "empty" **
Beta Was this translation helpful? Give feedback.
All reactions