stylus-supremacy
Advanced tools
Comparing version 0.2.5 to 0.2.6
@@ -769,3 +769,7 @@ const stylus = require('stylus') | ||
} | ||
outputBuffer.append(travel(inputNode, inputNode.block, indentLevel)) | ||
if (inputNode.block) { | ||
outputBuffer.append(travel(inputNode, inputNode.block, indentLevel)) | ||
} else if (options.insertSemicolons) { | ||
outputBuffer.append(';') | ||
} | ||
@@ -772,0 +776,0 @@ } else if (inputNode instanceof stylus.nodes.Atblock) { |
{ | ||
"name": "stylus-supremacy", | ||
"description": "Make your Stylus files look great again.", | ||
"version": "0.2.5", | ||
"version": "0.2.6", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "Anantachai Saothong", |
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
2673275
16
60008
1