Andy Jansson
Andy Jansson
There is no difference here from the current implementation. You can already disable rounding by setting `precision` to `false`.
Please open an issue about it so it can be discussed further.
Do we have an update on this?
``` Installing LibLLVM 5.0.1. Installing LLVMSharp 5.0.0. warning NU1701: Package 'LibLLVM 5.0.1' was restored using '.NETFramework,Version=v4.6.1' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible...
That did nothing, unfortunately.
I think creating a `_config.yml` with the following content fixed it: ```yml include: - *.json ```
I've completely missed the fact that `border` does this. It's weird that it's declared as a shorthand for `border-width`, `border-style` and `border-color`, yet manipulates `border-image` which it has no direct...
I'm not sure if this is a worthwhile optimisation to make.
An alternate approach would be to introduce a plugin named something along the lines of `postcss-normalize-casing` which would lowercase any keywords.
Tests look fine. Have we tested so that this change actually works as expected in different browsers? Perhaps we could throw something up on codepen and execute it with browserstack?...