Sha256: 6dbc098c3054ec87b5f3c4a65a6b8b4f0d0474edb9a0be9a940b3e3e1aa8a2d2

Contents?: true

Size: 619 Bytes

Versions: 6

Compression:

Stored size: 619 Bytes

Contents

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <title>Document</title>
  <link rel="stylesheet" href="dist/scss.css">
  <link rel="stylesheet" href="dist/css.css">

  <style>
    [class*="after"]:after,
    [class*="before"]:before {
      content: "";
      display: inline-block;
    }
  </style>
</head>
<body>
  <h1>Sass</h1>
  <p class="sass-after">after</p>
  <p class="sass-before">before</p>
  <p class="sass-inner"></p>

  <h1>CSS</h1>
  <p class="sprite-blue-square-after">after</p>
  <p class="sprite-orange-square-before">before</p>
  <p class="sprite-green-square"></p>
</body>
</html>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
svg_sprite-0.2.3 examples/index.html
svg_sprite-0.2.2 examples/index.html
svg_sprite-0.2.1 examples/index.html
svg_sprite-0.2.0 examples/index.html
svg_sprite-0.1.1 examples/index.html
svg_sprite-0.1.0 examples/index.html