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
Code
No need. Issue is about conflict between CSS3 function and SASS.
The file preview.less is using css min() and when compile SASS importing jodit styles occurs the error SassC::SyntaxError: Internal Error: Incompatible units: 'px' and '%'.
So, to fix it, how CSS3 is not case sensitive could be used something like Min() instead of min() preventing SASS compile errors.
Expected behavior:
Actual behavior:
The text was updated successfully, but these errors were encountered:
Jodit Version: 3.16.1
Browser: Chrome
OS: Linux
Is React App: False
Code
No need. Issue is about conflict between CSS3 function and SASS.
The file preview.less is using css
min()
and when compile SASS importing jodit styles occurs the errorSassC::SyntaxError: Internal Error: Incompatible units: 'px' and '%'
.So, to fix it, how CSS3 is not case sensitive could be used something like
Min()
instead ofmin()
preventing SASS compile errors.Expected behavior:
Actual behavior:
The text was updated successfully, but these errors were encountered: