postcss-structure
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -59,3 +59,3 @@ var postcss = require('postcss'); | ||
var createMediaQuerie = function (a, cssRoot) { | ||
var createMediaQuerie = function (a) { | ||
var b, col, off, idx; | ||
@@ -126,3 +126,3 @@ var containerWidth = a * opts.width - opts.gutter + 2 * opts.padding; | ||
cssRoot.append(media); | ||
r.append(media); | ||
}; | ||
@@ -220,3 +220,3 @@ | ||
for (var a = opts.min; a <= opts.max; a++) { | ||
createMediaQuerie(opts, a, r); | ||
createMediaQuerie(a); | ||
} | ||
@@ -223,0 +223,0 @@ |
{ | ||
"name": "postcss-structure", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "PostCSS plugin that create a grid based on a fixed block width", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
14994