Skip to content

Add rational operator support to @media - #133

Closed
shagkur wants to merge 83 commits into
phax:masterfrom
unblu:master
Closed

Add rational operator support to @media#133
shagkur wants to merge 83 commits into
phax:masterfrom
unblu:master

Conversation

@shagkur

@shagkur shagkur commented Aug 28, 2026

Copy link
Copy Markdown
Contributor

Currently the parser lacks the support of CSS @media rules like:

@media (width >= 600px) {
  .split { display: flex; }
}

This PR closes the gap

jmini and others added 30 commits December 3, 2025 09:24
- protection of master files not needed anymore
* [release] set version to "8.1.1-unblu-1"

* Set version to "8.1.1-SNAPSHOT"

* [release] set version to "8.1.2-unblu-1"

* Set version on "8.1.2-SNAPSHOT"

* [release] set version to "8.1.2-unblu-2"

* Set version on "8.1.2-SNAPSHOT"

* [release] set version to "8.1.2-unblu-3"

* Set version on "8.1.2-SNAPSHOT"

* #18758 media range operators

* add validation and merge cascade actions

* exclude pom.xml(s) on auto merge

* Keep master-only files unchanged

---------

Co-authored-by: Jeremie Bresson <jeremie.bresson@unblu.com>
Co-authored-by: Mike Wiedenbauer <mike.wiedenbauer@unblu.com>
Co-authored-by: stanislav.galfy <stanislav.galfy@unblu.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
jmini and others added 29 commits August 27, 2026 09:55
@shagkur shagkur closed this Aug 28, 2026
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.

3 participants