clean-css
Advanced tools
Comparing version 5.3.0 to 5.3.1
@@ -196,3 +196,9 @@ var Spaces = require('../../options/format').Spaces; | ||
.replace('nth-of-type(2n+1)', 'nth-of-type(odd)') | ||
.replace('nth-child(2n+1)', 'nth-child(odd)'); | ||
.replace('nth-child(2n+1)', 'nth-child(odd)') | ||
.replace('nth-last-child(1)', 'last-child') | ||
.replace('nth-last-of-type(1)', 'last-of-type') | ||
.replace('nth-last-of-type(even)', 'nth-last-of-type(2n)') | ||
.replace('nth-last-child(even)', 'nth-last-child(2n)') | ||
.replace('nth-last-of-type(2n+1)', 'nth-last-of-type(odd)') | ||
.replace('nth-last-child(2n+1)', 'nth-last-child(odd)'); | ||
} | ||
@@ -199,0 +205,0 @@ |
@@ -376,2 +376,3 @@ var Marker = require('./marker'); | ||
isBufferEmpty = true; | ||
isVariable = false; | ||
@@ -378,0 +379,0 @@ ruleToken[2] = intoTokens(source, externalContext, internalContext, true); |
{ | ||
"name": "clean-css", | ||
"version": "5.3.0", | ||
"version": "5.3.1", | ||
"author": "Jakub Pawlowicz <contact@jakubpawlowicz.com>", | ||
@@ -5,0 +5,0 @@ "description": "A well-tested CSS minifier", |
Sorry, the diff of this file is too big to display
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
491435
10627