UNPKG

grunt-sprite

Version:

A grunt plugin to help front engineer creating css sprite.

14 lines 328 B
<!DOCTYPE html> <html> <head> <link rel="stylesheet" href="../publish/css/icon.sprite.css"/> <title>test</title> </head> <body> <i class="icon icon_switch-off"></i> <i class="icon icon_switch-on"></i> <i class="icon icon_tip-error"></i> <i class="icon icon_tip-ok"></i> <i class="icon icon_tip-warn"></i> </body> </html>