postcss-ordered-values
Advanced tools
Comparing version 4.0.0 to 4.1.0
@@ -15,2 +15,6 @@ 'use strict'; | ||
var _animation = require('./rules/animation'); | ||
var _animation2 = _interopRequireDefault(_animation); | ||
var _border = require('./rules/border'); | ||
@@ -36,4 +40,5 @@ | ||
// rules | ||
const rules = { | ||
'animation': _animation2.default, | ||
'-webkit-animation': _animation2.default, | ||
'border': _border2.default, | ||
@@ -53,2 +58,3 @@ 'border-top': _border2.default, | ||
// rules | ||
function shouldAbort(parsed) { | ||
@@ -55,0 +61,0 @@ let abort = false; |
{ | ||
"name": "postcss-ordered-values", | ||
"version": "4.0.0", | ||
"version": "4.1.0", | ||
"description": "Ensure values are ordered consistently in your CSS.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -49,2 +49,3 @@ # [postcss][postcss]-ordered-values | ||
* `animation`, `-webkit-animation` | ||
* `border(border-left|right|top|bottom)` | ||
@@ -51,0 +52,0 @@ * `box-shadow` |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
18798
13
339
73
0