Sha256: 2c7634a6f91596f0efaf9d048316480573cecfd1088c8089a3f1b94ccf135635

Contents?: true

Size: 398 Bytes

Versions: 6

Compression:

Stored size: 398 Bytes

Contents

# Exporting Sass files

Run this command to export the sprite:

```
RUBYOPT="-I./lib" ./exe/svg_sprite generate -s examples/source -o examples/source/_icons.scss
```

Then run this command to export the styles:

````
scss examples/source/scss.scss examples/dist/scss.css
````

# Exporting vanilla CSS

```
RUBYOPT="-I./lib" ./exe/svg_sprite generate -s examples/source -o examples/dist/css.css
```

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
svg_sprite-0.2.3 examples/README.md
svg_sprite-0.2.2 examples/README.md
svg_sprite-0.2.1 examples/README.md
svg_sprite-0.2.0 examples/README.md
svg_sprite-0.1.1 examples/README.md
svg_sprite-0.1.0 examples/README.md