stylus / postcss-styl

PostCSS parser plugin for converting Stylus syntax to PostCSS AST
https://stylus.github.io/postcss-styl
MIT License
9 stars 0 forks source link

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

Open gapkukb opened 1 month ago

gapkukb commented 1 month ago

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 commented 1 month ago

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?