-
Hello,
I believe the library has hard time to delete duplicate color declarations if rgba used.
For example if you try this code:
`.foo {
color: #ff0000;
color: rgba(13,13,13,.03);
}
…
-
This component builds and describes user contribution and management by the CSSO editorial board. The goal is to create a form set for users to contribute materials to the site but to also allow asyn…
-
Just ran into this issue. When given this input:
```
.item {
overflow: visible;
overflow-x: hidden;
}
.item2 {
overflow: visible;
}
```
csso will produce this output:
```
.item{overflo…
-
Hey,
just included this plugin into one of my projects and found out it actually can increase file size instead of minimizing it?
I don’t know why exactly this happens and how to prevent it. Maybe y…
-
Some css hacks lead to unexpected results when optimizing and inlining in result js:
For example, such bootstrap class:
```
// Position radios and checkboxes better
input[type="radio"],
input[type="…
-
##Expected Behavior
When ignoreJSErrors is `true` to get a minimal css result.
## Current Behavior
minimalcss throws an exception.
![image](https://user-images.githubusercontent.com/20743694/941…
ggiak updated
4 years ago
-
After running `npm install uglify-js csso pegjs` in the source root as instructed in `README.md`, `make` on 4ada04f4d4a351eedafa5b1b5c1baf7ea7cd131a fails with the following error:
```
cat libs/jquer…
-
Hi, will CSSO be able to merge CSS declarations with Shorthand properties ?
Ex from Google CSS styling guide
```
/* Input */
border-top-style: none;
font-family: palatino, georgia, serif;
font-s…
djibe updated
4 years ago
-
With jest, we might be able to remove the following devDependencies:
- [x] c8 - will be fixed by #572
- [x] should - will be fixed by #572
- [x] sinon - will be fixed by #572
As for depende…
-
Hi, I would like to upload a file after grunt-less compile files.
But I retrieve this error:
```
Warning: Connection :: error :: Error: Timed out while waiting for handshake Use --force to continue.…