Open
Description
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;
----------^
Metadata
Assignees
Labels
No labels