svg-sprite-loader
Advanced tools
Comparing version 0.0.31 to 0.1.1
@@ -0,0 +0,0 @@ var path = require('path'); |
@@ -0,0 +0,0 @@ module.exports = { |
@@ -0,0 +0,0 @@ var path = require('path'); |
@@ -0,0 +0,0 @@ var cheerio = require('cheerio'); |
@@ -0,0 +0,0 @@ var path = require('path'); |
@@ -0,0 +0,0 @@ if ('angular' in window) { |
@@ -0,0 +0,0 @@ var Sprite = require('./sprite'); |
@@ -161,3 +161,3 @@ var Sniffr = require('sniffr'); | ||
Sprite.styles = ['position:absolute', 'width:0', 'height:0', 'visibility:hidden']; | ||
Sprite.styles = ['position:absolute', 'width:0', 'height:0']; | ||
@@ -164,0 +164,0 @@ Sprite.spriteTemplate = function(){ return svgOpening + ' style="'+ Sprite.styles.join(';') +'"><defs>' + contentPlaceHolder + '</defs>' + svgClosing; } |
{ | ||
"name": "svg-sprite-loader", | ||
"version": "0.0.31", | ||
"version": "0.1.1", | ||
"description": "SVG sprite webpack loader", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -0,0 +0,0 @@ # Webpack SVG sprite loader |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
23845