Skip to content

Comments

feat: Add support for range feature#243

Open
jackmcpickle wants to merge 6 commits intomasterfrom
feature/add-range-syntax
Open

feat: Add support for range feature#243
jackmcpickle wants to merge 6 commits intomasterfrom
feature/add-range-syntax

Conversation

@jackmcpickle
Copy link
Collaborator

Adds support for range syntax.

see issue #239

@jackmcpickle jackmcpickle changed the title feat: add claude settings feat: Add support for range feature Dec 29, 2025
@SebastianZ
Copy link

These changes look fine to me. Thanks for adding support for the range syntax!

Sebastian

@SebastianZ
Copy link

SebastianZ commented Feb 23, 2026

Ah, wait, there's still an error.

@include include-media.media('≥phone') outputs @media (width ≥ 320px), while it should be @media (width >= 320px). Same with .
The combined versions like @include include-media.media('≥phone&<tablet') do work as expected, though.

Sebastian

@jackmcpickle jackmcpickle force-pushed the feature/add-range-syntax branch from 1514401 to 2ab5f65 Compare February 24, 2026 04:25
@jackmcpickle
Copy link
Collaborator Author

ok should be fixed now. @SebastianZ

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants