Sha256: f7679301e90cd93cea7820df05ceb875255ba46bbd5f694114ab7c004eaba70f

Contents?: true

Size: 346 Bytes

Versions: 2

Compression:

Stored size: 346 Bytes

Contents

/* absolute */
body {
  background: #fff url("http://example.com/css_images/images/apple.png") 0 0 no-repeat;
}

/* relative */
div {
  background: #fff url("/css_images/images/kiwi.jpg") 0 0 no-repeat;
}

/* relative root */
ul {
  background: #fff url("../images/cantaloupe.png") 0 0 no-repeat;
}

/* import */
@import url("import_paths.css");

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
color_parser-0.1.0 spec/fixtures/css_images/stylesheets/paths.css
color_parser-0.0.2 test/fixtures/css_images/stylesheets/paths.css