css coflict checking
Project description
$ cat demo/white.css
x {
color: white;
}
$ cat demo/black.css
x {
color: black;
display: inline-block;
}
$ cssconflict demo/white.css demo/black.css
x {
color: white; /* demo/white.css */
color: black; /* demo/black.css */
}
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
cssconflict-0.1.2.tar.gz
(2.4 kB
view details)
File details
Details for the file cssconflict-0.1.2.tar.gz
.
File metadata
- Download URL: cssconflict-0.1.2.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8f2d37ac8a421f9d183f25f5f339bd9cfd60822ee4bf2fca3c6f989154736e32 |
|
MD5 | cc861c99c5a8e22ecc70ccb48e4383d4 |
|
BLAKE2b-256 | 4d4e81e792efe273fb8711646700779a2068fd5db7bde87d192cf8a48cf740f2 |