Sha256: 51d15b61788c55eadcd04f5f137d236d01ee2e6e2dc0f83402178c1bc1fa6322

Contents?: true

Size: 518 Bytes

Versions: 1

Compression:

Stored size: 518 Bytes

Contents

$dashing-json-key-color: #999;
$dashing-json-string-color: #666;
$dashing-json-number-color: #222;
$dashing-json-boolean-color: #444;

.dashing-json .key,
.dashing-json .null,
.dashing-json .string,
.dashing-json .boolean,
.dashing-json .number { display: inline; }

.dashing-json .key     { color: $dashing-json-key-color;     }
.dashing-json .string  { color: $dashing-json-string-color;  }
.dashing-json .number  { color: $dashing-json-number-color;  }
.dashing-json .boolean { color: $dashing-json-boolean-color; }

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
dashing_json-0.0.1 app/assets/stylesheets/dashing_json.css.scss