css-condense icon indicating copy to clipboard operation
css-condense copied to clipboard

[unsupported] A CSS compressor that shows no mercy

Results 6 css-condense issues
Sort by recently updated
recently updated
newest added

I use mobile-up responsive styling, therefore, when I have two media queries while using MQ condensing, I get the larger media query higher up within the sheet and the smaller...

Hi. Great job! Is it possible to add an option like "-no-blank-lines" Actual --no-compress do : ``` css h1 { background: none; } a { padding: 0.30em; } ``` and...

Hi there, I am getting this error when I am trying to condense a single file /usr/lib/node_modules/css-condense/node_modules/css-stringify/lib/compress.js:135 + this.indent(1) ^ TypeError: Object # has no method 'indent' at Compiler.page (/usr/lib/node_modules/css-condense/node_modules/css-stringify/lib/compress.js:135:12)...

A CSS file with the following line throws a fatal error. Any idea what might be the cause? ``` @media (min-width: 699px) { #header__navigation--secondary li:last-child:after, #header__navigation--secondary li:nth-child(3):after { content: "";...

@-moz-document url-prefix() is firefox hack, use it will output an error. example: ``` css @-moz-document url-prefix() { .test { font-size: 100%; } } ``` ``` javascript /usr/local/lib/node_modules/css-condense/node_modules/css-stringify/index.js:143 + node.declarations.map(this.declaration, this).join(';')...

Hi! Have you looked at `csso` created by @afelix? https://github.com/css/csso The goals of this project are the same. Do you mind to join forces?