Comparing version 1.0.1 to 1.0.2
@@ -23,3 +23,3 @@ | ||
var fn = 'color(' + ret.body + ')' | ||
return color.convert(fn) + convert(ret.post) | ||
return color.convert(fn) + ret.post | ||
} | ||
@@ -26,0 +26,0 @@ } |
{ | ||
"name": "css-colors", | ||
"description": "CSS Color functions", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "Jonathan Ong", |
@@ -12,2 +12,6 @@ | ||
it('should work multiple colors declared', function () { | ||
test('multi') | ||
}) | ||
it('should throw on unexpected ends', function () { | ||
@@ -14,0 +18,0 @@ assert.throws(function () { |
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
5277
12
95