0.1.0 • Published 7 years ago

svgtocssicons v0.1.0

Weekly downloads
3
License
ISC
Repository
github
Last release
7 years ago

SVGtoCSSIcons

Synopsis

Converts and encodes Sketch exported icons into css at target sizes. The script parses the file name to get the target sizes separated by comma at the end of the file name

sample plus-12,24,48,96.svg - will be converted into 4 css classes

  • .o-icon-plus-12
  • .o-icon-plus-24
  • .o-icon-plus-48
  • .o-icon-plus-96

Installation

To install open a command line and run npm install svgtocssicons

Usage

To run open a command line and run grunt svgtocssicons

0.1.0

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago