Socket
Socket
Sign inDemoInstall

postcss-sorting

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-sorting - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

4

CHANGELOG.md

@@ -5,2 +5,5 @@ # Change Log

## 3.0.1
* Fixed: Inconsistent sorting for the same name properties in `properties-order`.
## 3.0.0

@@ -20,2 +23,3 @@ This is a cleanup release. Removed everything not related to ordering stylesheets. I recommend to use combination [stylelint 7.11+](https://stylelint.io/) with `--fix` option and [stylelint-order 0.5+](https://github.com/hudochenkov/stylelint-order) plugin instead of this plugin. Using combination above you'll receive linting and autofixing using only one tool!

* Removed objects support in configuration. Use plain arrays instead.
* Updated to PostCSS 6.

@@ -22,0 +26,0 @@ ## 2.1.0

6

lib/sorting.js

@@ -23,5 +23,2 @@ 'use strict';

}
// Otherwise keep original order
return 0;
}

@@ -81,5 +78,2 @@

}
// Otherwise keep original order
return 0;
}

@@ -86,0 +80,0 @@

{
"name": "postcss-sorting",
"version": "3.0.0",
"version": "3.0.1",
"description": "PostCSS plugin to keep rules and at-rules content in order.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -78,3 +78,3 @@ # PostCSS Sorting [![Build Status][ci-img]][ci] [![npm version][npm-version-img]][npm] [![npm downloads last month][npm-downloads-img]][npm] [![Dependency status][dependencies-img]][dependencies-status]

"margin",
"padding"
"padding",
"border",

@@ -81,0 +81,0 @@ "background"

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc