You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As the app I'm working on is using an application.scss instead of the application.css I tried to integrate this gem's stylesheets this way:
@import'scrivito_codemirror_editor';
There is no error while importing it but the editor is not usable afterwards. It just shows a long list of blank lines and some weird, random strings at the end of it, possible the number of lines or similar:
Is there a plan to support SCSS integration as well?
The text was updated successfully, but these errors were encountered:
As the app I'm working on is using an
application.scss
instead of theapplication.css
I tried to integrate this gem's stylesheets this way:There is no error while importing it but the editor is not usable afterwards. It just shows a long list of blank lines and some weird, random strings at the end of it, possible the number of lines or similar:
Is there a plan to support SCSS integration as well?
The text was updated successfully, but these errors were encountered: