This repository was archived by the owner on Jun 6, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 21
lineBreak does not respect indentation #18
Comments
Selector is not indented here, please just double check the code I wrote :) |
OK, I see. |
Here I joined selectors using rule.before https://github.com/postcss/postcss-selector-matches/blob/fcd0a36a9f9c9cdc67c3683fae95302d4544816c/src/index.js#L56 |
looks like it's a good start :) |
We must used |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
output
but should output
You probably just need to join selector with \n + rule.before
The text was updated successfully, but these errors were encountered: