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.

Error: media query expression must begin with '(' #2638

@Taritsyn

Description

@Taritsyn

Problem appeared after upgrading to version 3.5.3.

input.sass

@import "folder/FolderIcon.css" screen, projection

Actual results

The following error occurs:

Error: media query expression must begin with '('
        on line 1 of ../../../../SharedFiles/import/sass/input.sass
>> @import "folder/FolderIcon.css" screen, "projection";

   ---------------------------------------^

This error is typical only for indented syntax.

Expected result

@import "folder/FolderIcon.css" screen, projection;

P.S.: I use the sass_option_push_import_extension to add an .css extension.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions