Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

compile bulma sass? #409

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;

   ----------^

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

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