csscomb.js icon indicating copy to clipboard operation
csscomb.js copied to clipboard

CSS coding style formatter

Results 112 csscomb.js issues
Sort by recently updated
recently updated
newest added
trafficstars

[PostCSS](https://github.com/postcss/postcss) now is a big player at CSS processors market. More and more peoples start using it, and, I sure, many of them wants to use CSScomb with it. In...

type: enhancement

Csscomb unknown about `will-change`, for example. Is it simple to add set of latest css properties? i'm sorry if my issue is duplicated, i searched, truly. Thank you ## Want...

category: config

when I have sass file like below: ``` .block { &__elem { // some styles } @include media($tablet) { &__elem { // some styles } } } ``` after running...

v3.0.4, since current dev crashes in too many spots ``` { "verbose": true, "sort-order": [ "$variable", "$include" ], "sort-order-fallback": "abc", "space-after-opening-brace": 1, } ``` RESULT ``` diff style.less - .singular-post...

type: bug

I wanted to indent my SCSS files using tabs instead of spaces. I changed `block-indent` to a single tab character, but now when I run csscomb (using grunt) I get...

category: docs

Is there a way to have commented-out declarations be automatically reordered? ``` css .content { font-size: 18px; width: 1000px; margin: 10px; border: 1px solid #000; /* width: 200px; */ background:...

type: bug

Our current SCSS styleguide requires a newline after each `{` and `}`. Like so: ``` scss .my-class { height: 100px; &.active { background: red; color: white; } } ``` I...

generator create next rule: ``` "tab-size": true, // i select 4 space in generator wizard ``` ``` ~/p/u/csscomb> csscomb -v styles/elements.less Failed to configure "tab-size" option: The option does not...

category: website

Need a checkbox for correct sorting of elements: as Nesting -> as Element,#id,.class etc -> as ABC -> as something else (system id ?) https://i.gyazo.com/2b8b4a0886a6a547e1b61de340ac2373.png ## Want to back this...

- checkstyle - https://github.com/stubbornella/csslint/pull/156/files - https://code.google.com/p/seaside/source/browse/trunk/pharo-build/src/test/resources/checkstyle-result.xml?r=530 - teamcity - https://github.com/larrymyers/jasmine-reporters/blob/master/src/jasmine.teamcity_reporter.js ## Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/1519049-add-reporters-support?utm_campaign=plugin&utm_content=tracker%2F214563&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F214563&utm_medium=issues&utm_source=github).

category: cli
category: linter