-
-
Notifications
You must be signed in to change notification settings - Fork 84
backport latest patches #12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Antonio-Laguna
merged 54 commits into
main
from
backport-patches--persistent-highland-cattle-edbc6b9338
Nov 19, 2021
Merged
backport latest patches #12
Antonio-Laguna
merged 54 commits into
main
from
backport-patches--persistent-highland-cattle-edbc6b9338
Nov 19, 2021
Conversation
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
This version uses PostCSS v8
* Dev dependencies using ranges consistently with other packages * Ignoring unknown words * If there's an exception during parsing, do not let it blow up * Adding tests
So we have a common version for all of the plugins
* Ensuring we also export mod.js when packing * Linking to jsdelivr on README
Co-authored-by: Antonio Laguna <sombragriselros@gmail.com>
romainmenke
added a commit
that referenced
this pull request
May 12, 2022
* initial commit * tidying up * cascade layers tests * add test index * barebones start * replace anon layers * First walkthrough, initializing data model * Handling nested layers (#4) Handling layer nesting * cascade layers : linting and a few fixes * more fixes * adding unlayered styles to data model * add suggested code * more tweaks * formatting * review * fix test * add additional test for unlayered styles * change rule * changing color of rule to see if it's interfering * test changes * cascade layers : fix tests * first attempt * implement specificity adjustments and rule re-ordering * cleanup * cleanup * cleanup * cleanup * cleanup * Apply suggestions from code review * lint * cascade layers : important (#10) cascade layers : important and warnings * Conditional layer ordering warning name change (#11) * Updating docs and warning for @import (#12) Docs changes and warning for @import at-rule Co-authored-by: romainmenke <romainmenke@gmail.com> Co-authored-by: Sana Javed <sanajaved7@gmail.com> Co-authored-by: Sana Javed <sana@oddbird.net> Co-authored-by: Jonny Gerig Meyer <jonny@oddbird.net> Co-authored-by: Romain Menke <11521496+romainmenke@users.noreply.github.com>
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.
Bring in latest patches up to
postcss-preset-envv7.0.1