SpeednetGroup

Results 10 issues of SpeednetGroup

Please update the CSS optimizations in NUglify to remove the space before `!important`. Instead of `color:red !important` the optimized CSS should be `color:red!important`.

enhancement

Please update the CSS optimizations in NUglify to remove the space between `@supports` and the left parenthesis `(`. Instead of `@supports (` it should be `@supports(`. This same optimization may...

enhancement
PR Welcome!

Please update the CSS optimizations in NUglify to optimize colors. The shortest methods of including a color in CSS are either with the color name (`red`, `blue`, etc.) or with...

enhancement
PR Welcome!

Please update the CSS optimizations in NUglify to remove the percent sign from zero (0) percentages. Instead of `0%` for a value, it should be `0`. This would apply to...

enhancement
PR Welcome!

Please update the CSS optimizations in NUglify to user `border:0` instead of `border:none`. They are functionally equivalent. This optimization should apply to the following rules: - border - border-top -...

enhancement

Please update the CSS optimizations in NUglify to shorten font definitions. - `normal` should always be removed from a `font` declaration, because the `font` CSS declaration always sets `normal` by...

enhancement
PR Welcome!

Please update the CSS optimizations in NUglify to reduce top, right, bottom, left (TRBL) declarations. `margin` is an example of a CSS declaration that uses TRBL. - If all four...

enhancement
PR Welcome!

### From this proposal (explainer.md): ![proposal](https://user-images.githubusercontent.com/25774456/73075192-61c58e00-3e89-11ea-9e17-036371921929.jpg) ### From "Introduction to dual-screen devices" (https://docs.microsoft.com/en-us/dual-screen/introduction): ![intro](https://user-images.githubusercontent.com/25774456/73075231-72760400-3e89-11ea-8a1a-44eba5bd0d64.jpg)

Foldables

### Description My project needs the latest BundlerMinifier in order to use the CSS option "decodeEscapes" that was added in July. The problem is that the BuildBundlerMinifier version included in...

**Client:** qBittorrent **Client Version:** 4.6.3 (latest) **Operating System:** Windows **Application Version:** 2.8.3 **Description:** The situation is Electorrent is configured with multiple servers. When Electorrent is launched as a result of...