Sha256: d92f0055f267fc833ee628120278a1b564b642500e2365c8348263117d521671
Contents?: true
Size: 441 Bytes
Versions: 3
Compression:
Stored size: 441 Bytes
Contents
--- a/path/to/file.css +++ b/path/to/file.css + #please-dont { + color: #FFF; + } --- a/path/to/file.sass +++ b/path/to/file.sass + #pleaseDont + color: $black --- a/path/to/file.less +++ b/path/to/file.less + #pleaseDont { + color: @black; + } --- a/path/to/file.scss +++ b/path/to/file.scss + #pleaseDont { + color: $black; + } --- a/path/to/file.txt +++ b/path/to/file.txt + #undetectable { + color: #000; + }
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
suspiciouss-0.1.3 | spec/fixtures/changeset.diff |
suspiciouss-0.1.2 | spec/fixtures/changeset.diff |
suspiciouss-0.1.1 | spec/fixtures/changeset.diff |