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 when using lists in media query #2223

@bencergazda

Description

@bencergazda
@media ("min-width: " 10px) {
  /* here */
}

LibSass 3.4.0 RC1

Error: unclosed parenthesis in media query expression
        on line 1 of test.scss
>> @media ("min-width: " 10px) {
   --------^

Ruby Sass

@media (min-width: 10px) {
  /* here */ }

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