postcss-structure
Advanced tools
Comparing version 0.8.2 to 0.8.3
@@ -14,3 +14,3 @@ 'use strict'; | ||
exports.default = function (hides, node) { | ||
if (hides.length && hides && hides.length) { | ||
if (hides && hides.length) { | ||
var hide = _postcss2.default.rule(); | ||
@@ -17,0 +17,0 @@ |
@@ -14,3 +14,3 @@ 'use strict'; | ||
exports.default = function (rights, node, opts) { | ||
if (rights.length && rights && rights.length) { | ||
if (rights && rights.length) { | ||
var right = _postcss2.default.rule(); | ||
@@ -17,0 +17,0 @@ |
@@ -14,3 +14,3 @@ 'use strict'; | ||
exports.default = function (shows, node) { | ||
if (shows.length && shows && shows.length) { | ||
if (shows && shows.length) { | ||
var show = _postcss2.default.rule(); | ||
@@ -17,0 +17,0 @@ |
{ | ||
"name": "postcss-structure", | ||
"version": "0.8.2", | ||
"version": "0.8.3", | ||
"description": "A PostCSS plugin to create CSS grids 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
60688
0