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

wrong semicolon at end auto padded with 'stylelint-config-recess-order' #16

Open
gapkukb opened this issue Jul 17, 2024 · 1 comment
Open
Labels
needs repro Need a repository that can reproduce the problem

Comments

@gapkukb
Copy link

gapkukb commented Jul 17, 2024

try this:
body:
font-weight 100
color red

-------- will get a unexcepted result with semicolon after sorted-----------

body:
color red;
font-weight 100

@ota-meshi
Copy link
Member

I'm not using stylelint-config-recess-order.
Can you share a repository where we can reproduce the issue? Or a link to Stylelint playground where we can reproduce the issue?

@ota-meshi ota-meshi added the needs repro Need a repository that can reproduce the problem label Jul 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs repro Need a repository that can reproduce the problem
Projects
None yet
Development

No branches or pull requests

2 participants