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
{{ message }}
This repository was archived by the owner on Oct 24, 2025. It is now read-only.
Hi, I've got this error while compiling my.sass that imports bulma.sass (@import "./bulma/bulma.sass")
on the other hand sassc produces no error.
what am I doing wrong?
sass.compile(dirname=('sass', '.css'), output_style='compressed')
File "/usr/local/lib/python3.9/dist-packages/sass.py", line 725, in compile
raise CompileError(v)
sass.CompileError: Error: The target selector was not found.
Use "@extend %overlay !optional" to avoid this error.
on line 111 of sass/bulma/sass/layout/hero.sass
>> @extend %overlay;
----------^