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

Cannot disable rule in .csscomb w/o also disabling it in user settings #59

Open
ashtonsix opened this issue May 22, 2015 · 0 comments
Open

Comments

@ashtonsix
Copy link

I'm using csscomb on a project but don't want to use the rule space-after-selector-delimiter because the selectors are grouped based on length / semantic meaning like this (contrived example):

.message-error, .message-success,
.alert-error,   .alert-success {
    font-size: 16px;
}

Leaving the option out of .csscomb achieves this.. unless the rule was set in the user preferences in which case the project setting (ommited, do nothing) is overriden.

I should be able to set a rule to null or similar in .csscomb to prevent this behaviour

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

2 participants