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
sass.CompileError: Error: Invalid CSS after "...[last line of file]": expected 1 selector or at-rule, was "{}"
Neither my project, nor the .sass file have changed since the last time I compiled the file, but libsass and libsass-python have both received updates. Some testing with simple files containing only one rule yielded the same result.
I remember getting the same error a while back, which was solved by passing indented=True to sass.compile(). This doesn't seem to do anything though.
Compiling SCSS still works, however.
The text was updated successfully, but these errors were encountered:
Something in another API changed in the meantime, and I accidentally fed sass.compile() first raw sass (worked) then the compiled css (obviously does not work).
Just encountered this error:
Neither my project, nor the .sass file have changed since the last time I compiled the file, but libsass and libsass-python have both received updates. Some testing with simple files containing only one rule yielded the same result.
I remember getting the same error a while back, which was solved by passing
indented=True
tosass.compile()
. This doesn't seem to do anything though.Compiling SCSS still works, however.
The text was updated successfully, but these errors were encountered: