Skip to main content

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


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)

Uploaded Source

File details

Details for the file cssconflict-0.1.2.tar.gz.

File metadata

File hashes

Hashes for cssconflict-0.1.2.tar.gz
Algorithm Hash digest
SHA256 8f2d37ac8a421f9d183f25f5f339bd9cfd60822ee4bf2fca3c6f989154736e32
MD5 cc861c99c5a8e22ecc70ccb48e4383d4
BLAKE2b-256 4d4e81e792efe273fb8711646700779a2068fd5db7bde87d192cf8a48cf740f2

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page