Skip to content
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

fix(cssnano-preset-default): update css-declaration-sorter #1503

Merged
merged 1 commit into from
May 29, 2023

Conversation

ludofischer
Copy link
Collaborator

The major bump in css-declaration-sorter is because of dropping support for Node < 14, so it non-breaking for cssnano.

Fix #1502

The major bump in css-declaration-sorter is because of
dropping support for Node < 14, so it non-breaking for cssnano.

Fix #1502
@codecov
Copy link

codecov bot commented May 29, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (633e908) 97.55% compared to head (ab03653) 97.55%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1503   +/-   ##
=======================================
  Coverage   97.55%   97.55%           
=======================================
  Files         123      123           
  Lines       10189    10189           
=======================================
  Hits         9940     9940           
  Misses        249      249           

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@ludofischer ludofischer merged commit 0f83405 into master May 29, 2023
16 checks passed
@ludofischer ludofischer deleted the bump-css-sorter branch May 29, 2023 20:26
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.

[Bug]: Borders rules with logical properties are not ordered correctly.
2 participants