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

space-before-selector-delimiter doesn't seem to work in .scss #68

Open
lokywin opened this issue Aug 31, 2015 · 1 comment
Open

space-before-selector-delimiter doesn't seem to work in .scss #68

lokywin opened this issue Aug 31, 2015 · 1 comment

Comments

@lokywin
Copy link

lokywin commented Aug 31, 2015

I use SCSS in my project, and with the following in my .csscomb.json
space-after-selector-delimiter: "\n";
After running csscomb all the selectors previously separated by , are now on the same line. Do you have an insight? Thank you very much.
Before

input[type='text'], 
input[type='button'], 
input[type='checkbox'], 
input[type='radio'], 
select { 

---
}

After

input[type='text'], input[type='button'], input[type='checkbox'], input[type='radio'], select { 

---
}

Before running com, the rules seem more readable, imo. especially true when there are many rules grouped together.

@pixelyunicorn
Copy link

I am running into the same issues as well. Any solution to this?

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

2 participants