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

Using revert in a shorthand property is converted into undesirable value #1245

Open
kboucher opened this issue Feb 16, 2023 · 0 comments
Open

Comments

@kboucher
Copy link

kboucher commented Feb 16, 2023

Precheck

Environment

  • clean-css@3.4.28
  • node.js version - v16.14.1

Configuration options

  • Unknown (transitive dependency)

Input CSS

list-style: revert;

Actual output CSS

list-style: outside;

Expected output CSS

list-style: revert;

Workaround

Do not use shorthand:

list-style-type: revert;
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

No branches or pull requests

1 participant