Add rational operators support to @media - #138
Closed
shagkur wants to merge 95 commits into
Closed
Conversation
18758 media range operators
- 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>
Promote develop to master
…ence the upstream PR
Promote develop to master
… the unblu domain)
Promote develop to master
Promote develop to master
Promote develop to master
Promote develop to master
Promote develop to master
Contributor
Author
|
This PR is replaced by the automated promotion PR #. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Currently the parser lacks the support of CSS
@mediarules like:@media (width >= 600px) {
.split { display: flex; }
}
This PR closes the gap