Skip to content

compile bulma sass? #409

Open
Open
@zprd

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions