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

[Bug]: border-*-radius not compressed #1508

Open
oyb81076 opened this issue Jun 5, 2023 · 2 comments
Open

[Bug]: border-*-radius not compressed #1508

oyb81076 opened this issue Jun 5, 2023 · 2 comments

Comments

@oyb81076
Copy link

oyb81076 commented Jun 5, 2023

Describe the bug

 .input {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
 .output {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;}

Expected behaviour

 .input {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
 .output {border-radius: 5px}

Steps to reproduce

clone my rep at https://github.com/oyb81076/cssnano-error-example.git
npx postcss input.css > output.css

Version

6.0.1

Preset

default

Environment

System:
    OS: macOS 12.6.6
    CPU: (4) x64 Intel(R) Core(TM) i5-6500 CPU @ 3.20GHz
    Memory: 144.59 MB / 32.00 GB
    Shell: 5.8.1 - /bin/zsh

Package details

Additional context

No response

@anand346
Copy link

anand346 commented Jun 6, 2023

please assign me this issue , I would love to fix it

@ludofischer
Copy link
Collaborator

@anand346 Feel free to open a pull request when you think it's ready.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants