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(postcss-reduce-initial): ensure options are always read #1482

Merged
merged 1 commit into from Mar 23, 2023

Conversation

ludofischer
Copy link
Collaborator

Fix #1436

Ensure options are read also when the plugin is configured in cssnano instead as a standalone PostCSS plugin.

Fix #1436

Ensure options are read also when the plugin is configured
in cssnano instead as a standalone PostCSS plugin.
@ludofischer ludofischer marked this pull request as ready for review March 22, 2023 23:20
@codecov-commenter
Copy link

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (99d1e6a) 96.97% compared to head (b3c59f7) 96.97%.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1482   +/-   ##
=======================================
  Coverage   96.97%   96.97%           
=======================================
  Files         123      123           
  Lines       10136    10138    +2     
=======================================
+ Hits         9829     9831    +2     
  Misses        307      307           
Impacted Files Coverage Δ
packages/postcss-reduce-initial/src/index.js 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ 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 91a7cdb into master Mar 23, 2023
14 checks passed
@ludofischer ludofischer deleted the fix-config branch March 23, 2023 12:41
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]: reduceInitial ignore pointer-events not working
3 participants