assetstream
Advanced tools
Comparing version 0.1.11 to 0.1.12
{ | ||
"name": "assetstream", | ||
"version": "0.1.11", | ||
"version": "0.1.12", | ||
"description": "Stream and transform your browser assets.", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -33,3 +33,3 @@ | ||
var css = | ||
'html:before {\n' + | ||
'body:before {\n' + | ||
'\tposition: fixed;\n' + | ||
@@ -46,6 +46,2 @@ '\tz-index: 100000;\n' + | ||
'\topacity: 1.0;\n' + | ||
'}\n' + | ||
'\n' + | ||
'body {\n' + | ||
'\topacity: 0.5;\n' + | ||
'}\n'; | ||
@@ -52,0 +48,0 @@ return css; |
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
39110
1232