-
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?
-
Before:
```
.icon-shopping-cart:before {
content: "\e72f"
}
```
After CSSO:
`.icon-shopping-cart:before{content:""}`
Is there a setting I need to activate to prevent this?
-
Hello. This code can't be minified:
```css
.marquee p:nth-child {
color:red;
}
```
The error text:
```
/usr/lib/node_modules/csso-cli/node_modules/csso/cjs/restructure/prepare/specificity.…
-
### Describe the bug
Step to Reproduce:
- `npm run dev`: Things work well in dev mode, the text is getting bigger.
- `npm run build && npm run preview`: Breaks, the text size is static.
Expl…
-
After the update I get the error
```sh
Error: ENOENT: no such file or directory, stat 'E:\OpenServer\domains\html\gulp-front\source\static\styles\main.css'
at Error (native)
Error: ENOENT: n…
zoxon updated
7 years ago
-
-
[`csso`](https://github.com/css/csso) supports usage data so it can do local optimizations: https://github.com/css/csso#usage-data
-
Hi, thanks for rollpkg, I started to use it on a few projects and it feels great!
I just wanted to open this issue to track one I was having with the `csso-webpack-plugin` dependency (via `package-…
-
Calling csso-cli from command line I got this error. Downgrade to 3.0.0 fix the poroblem
(function (exports, require, module, __filename, __dirname) { import { basename, extname } from 'path';
…
-
Good morning,
Let's say I'm looking to transpile this valid CSS4 code:
```
.justify {
hyphens: auto;
@media (width > 35.01em) {
text-align: justify;
}
}
```
`postcss-csso` won'…