cornford/tv-network-icon-css

CSS icons for tv networks

Installs: 624

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 3

Forks: 0

Open Issues: 6

Language:HTML

Type:component


README

CSS for TV networks. See the demo.

Usage

For using the TV network inline with text add the classes tv-network-icon and tv-network-icon-xx (where xx is the code for the network, i.e. amc) to an empty <span>. If you want to have a smaller version of the network icon tv-network-icon-sm. Example:

<span class="tv-network-icon tv-network-icon-amc"></span>
<span class="tv-network-icon tv-network-icon-sm tv-network-icon-amc"></span>
<span class="tv-network-icon tv-network-icon-md tv-network-icon-amc"></span>

Development

Run the npm install to install the dependencies after cloning the project and you'll be able to:

To watch for changes and live reload if served

$ grunt

To build *.less files

$ grunt build

To serve it on localhost:8000

$ grunt connect