fela-beautifier
Advanced tools
Comparing version 5.0.15 to 5.0.16
@@ -8,3 +8,5 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; | ||
function beautify() { | ||
objectEach(renderer.nodes, function (node, key) { | ||
objectEach(renderer.nodes, function (_ref, key) { | ||
var node = _ref.node; | ||
var beautifiedContent = cssbeautify(node.textContent, options); | ||
@@ -11,0 +13,0 @@ |
@@ -23,3 +23,5 @@ 'use strict'; | ||
function beautify() { | ||
(0, _objectEach2.default)(renderer.nodes, function (node, key) { | ||
(0, _objectEach2.default)(renderer.nodes, function (_ref, key) { | ||
var node = _ref.node; | ||
var beautifiedContent = (0, _cssbeautify2.default)(node.textContent, options); | ||
@@ -26,0 +28,0 @@ |
{ | ||
"name": "fela-beautifier", | ||
"version": "5.0.15", | ||
"version": "5.0.16", | ||
"description": "Fela enhancer to beautify CSS output", | ||
@@ -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
5990
62