postcss-styl
Advanced tools
Comparing version 0.7.0 to 0.7.1
@@ -70,4 +70,5 @@ "use strict" | ||
const index = parent.nodes.indexOf(node) | ||
const nextNodes = parent.nodes.slice(index) | ||
const nextNodes = parent.nodes.slice(index + 1) | ||
if ( | ||
nextNodes.length && | ||
nextNodes.every( | ||
@@ -74,0 +75,0 @@ next => next.raws.before && !next.raws.before.includes("\n") // no line feed |
{ | ||
"name": "postcss-styl", | ||
"version": "0.7.0", | ||
"version": "0.7.1", | ||
"description": "PostCSS parser plugin for converting Stylus syntax to PostCSS AST.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
138901
4213