CSSCompare icon indicating copy to clipboard operation
CSSCompare copied to clipboard

Naive file comparison between two stylesheets. Outputs differences between versions.

Results 6 CSSCompare issues
Sort by recently updated
recently updated
newest added

Hi. This project is great and thank you for your work. I found an issue with string handling and tried to fix it. Please review and test the changes. ###...

Hi @bertjohnson, Just quickly wanted to share that a port to _TypeScript_ has been completed and packaged for **npm** as `css-delta` (compare was taken.) I did my best to make...

Hello, where can I find a compliled exe of v2.3?

Here's an example output: ``` h2{ padding-top: 10px background: blue } ``` There should be a semi-colon delimiter between the styles (and optionally after the last style): ``` h2{ padding-top:...

Rule blocks with multiple selectors on more than one line do not produce the correct results. For example, with v1 file of ``` h1, h2 { background: blue; } ```...

- [ ] multi-selectors include all styles insted of filtering about 50% of the time - [ ] selectors with "[]*" and other special characters do not filter on their...