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
Whenever I compile from the LESS editor a quoted string (like when using a content property, or an import statement, the LESS editor is adding an escape backslash \ into the code for the quote mark, and then not giving me correct output. If I leave that escape backslash in there, then it adds two more backslashes on the next recompile to further escape that. Something is not right in the PHP parsing for handling the quoted strings from the editor.
The text was updated successfully, but these errors were encountered:
Whenever I compile from the LESS editor a quoted string (like when using a
content
property, or animport
statement, the LESS editor is adding an escape backslash\
into the code for the quote mark, and then not giving me correct output. If I leave that escape backslash in there, then it adds two more backslashes on the next recompile to further escape that. Something is not right in the PHP parsing for handling the quoted strings from the editor.The text was updated successfully, but these errors were encountered: