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-convert-values): keep % unit in @property #1531

Merged
merged 2 commits into from Nov 21, 2023

Conversation

xiaojundebug
Copy link
Contributor

Fix #1526

In @property, when syntax is '<percentage>', % is essential.

Chrome:
image

Copy link

codecov bot commented Nov 21, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (e2669ce) 97.55% compared to head (220cc40) 97.56%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1531   +/-   ##
=======================================
  Coverage   97.55%   97.56%           
=======================================
  Files         123      123           
  Lines       10196    10207   +11     
=======================================
+ Hits         9947     9958   +11     
  Misses        249      249           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ludofischer ludofischer merged commit c9d221e into cssnano:master Nov 21, 2023
16 checks passed
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]: postcss-convert-values stripping % from 0 in initial-value for @property at-rule
2 participants