stylecow-plugin-fixes
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -0,0 +0,0 @@ module.exports = function (stylecow) { |
{ | ||
"name": "stylecow-plugin-fixes", | ||
"description": "Stylecow plugin to fix automatically some css issues.", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"author": "Oscar Otero <oom@oscarotero.com>", | ||
@@ -6,0 +6,0 @@ "homepage": "https://github.com/stylecow/stylecow-plugin-fixes", |
@@ -0,0 +0,0 @@ stylecow plugin fixer |
@@ -8,4 +8,3 @@ module.exports = function (stylecow) { | ||
calc: function (fn) { | ||
var keyword = fn[0]; | ||
keyword.name = keyword.name.replace(/([\w\%])\s*([\+\-])\s*/g, '$1 $2 '); | ||
fn[0].replaceWith(fn[0].toString().replace(/([\w\%])\s*([\+\-])\s*/g, '$1 $2 ')); | ||
} | ||
@@ -12,0 +11,0 @@ } |
@@ -0,0 +0,0 @@ module.exports = function (stylecow) { |
@@ -0,0 +0,0 @@ module.exports = function (stylecow) { |
@@ -0,0 +0,0 @@ module.exports = function (stylecow) { |
@@ -0,0 +0,0 @@ module.exports = function (stylecow) { |
@@ -0,0 +0,0 @@ module.exports = function (stylecow) { |
@@ -0,0 +0,0 @@ module.exports = function (stylecow) { |
@@ -0,0 +0,0 @@ module.exports = function (stylecow) { |
@@ -0,0 +0,0 @@ module.exports = function (stylecow) { |
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
6468
162