$ 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 */
}
-
Notifications
You must be signed in to change notification settings - Fork 0
podhmo/cssconflict
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|