We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'd expect the results of "eof-newline": true to put a newline after every https://github.com/csscomb/csscomb.js/blob/dev/doc/options.md#eof-newline
"eof-newline": true
However that is not happening when I run CSS Comb on an entire file.
Here is my config:
{ "exclude": [ ".git/**", "node_modules/**", "bower_components/**" ], "always-semicolon": true, "block-indent": " ", "color-case": "lower", "color-shorthand": true, "element-case": "lower", "include": true, "eof-newline": true, "leading-zero": false, "quotes": "single", "remove-empty-rulesets": true, "space-after-colon": " ", "space-after-combinator": " ", "space-after-opening-brace": "\n", "space-after-selector-delimiter": "\n", "space-around-operator": " ", "space-before-closing-brace": "\n", "space-before-colon": "", "space-before-combinator": " ", "space-before-opening-brace": " ", "space-before-selector-delimiter": "", "space-between-declarations": "\n", "strip-spaces": true, "tab-size": true, "unitless-zero": true, "vendor-prefix-align": true, "sort-order": [ "..." ], "sort-order-fallback": "abc" }
Here is my SCSS before running CSS Comb:
.label-success { background-color: $label-success-bg-color; } .label-danger { background-color: $label-danger-bg-color; } .label-warning { background-color: $label-warning-bg-color; }
Here is my SCSS after running CSS Comb: (no change 😢 )
What am I missing here?
The text was updated successfully, but these errors were encountered:
Hello, we have the same issue with eof newline. I get css something like this:
.ksf-field-box .ksf-field-box__title { margin-bottom: 1.2em; font-weight: 500; }.ksf-field-box .ksf-field-box__desc { color: #989CB3; }.ksf-field-box .ksf-field-box__main { display: flex; align-items: flex-start; flex-wrap: wrap; max-width: 840px; margin: -10px; }
Sorry, something went wrong.
Hi @line47, @kraftstudio
Are either of you on Windows?
Hey @jdalton not I. I'm on Mac.
No branches or pull requests
I'd expect the results of
"eof-newline": true
to put a newline after every https://github.com/csscomb/csscomb.js/blob/dev/doc/options.md#eof-newlineHowever that is not happening when I run CSS Comb on an entire file.
Here is my config:
Here is my SCSS before running CSS Comb:
Here is my SCSS after running CSS Comb: (no change 😢 )
What am I missing here?
The text was updated successfully, but these errors were encountered: