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
Errors may occur when trying to compile using the following commands
python nicoyougames/manage.py compilescss --use-storage
Error when trying to compile scss that contains non-ascii character codes such as the following div { content: "“"; }
Also, if you change the setting to
SASS_OUTPUT_STYLE = "compact"
to avoid an exception, but the compiled css will be garbled.
The error message is
UnicodeEncodeError: 'cp932' codec can't encode character '\ufeff' in position 0: illegal multibyte sequence
The text was updated successfully, but these errors were encountered:
Thanks for looking.
Errors may occur when trying to compile using the following commands
python nicoyougames/manage.py compilescss --use-storage
Error when trying to compile scss that contains non-ascii character codes such as the following
div { content: "“"; }
Also, if you change the setting to
SASS_OUTPUT_STYLE = "compact"
to avoid an exception, but the compiled css will be garbled.
The error message is
UnicodeEncodeError: 'cp932' codec can't encode character '\ufeff' in position 0: illegal multibyte sequence
The text was updated successfully, but these errors were encountered: