Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

stylelint-config-recess-order

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stylelint-config-recess-order - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

5

CHANGELOG.md

@@ -12,2 +12,7 @@ # Change Log

## 1.2.1 — 2017-06-29
### Changed
- [stylelint-order] version bumped to latest (thanks, @yakhinvadim)
## 1.2.0 — 2017-05-19

@@ -14,0 +19,0 @@ ### Changed

4

package.json
{
"name": "stylelint-config-recess-order",
"version": "1.2.0",
"version": "1.2.1",
"homepage": "",

@@ -36,4 +36,4 @@ "description": "Recess-based property sort order for Stylelint.",

"dependencies": {
"stylelint-order": "^0.4.3"
"stylelint-order": "^0.5.0"
}
}

@@ -1,20 +0,42 @@

# Recess* Property Order
# Recess* Property Order [<img src="https://s3.amazonaws.com/media-p.slid.es/uploads/467124/images/2872758/stylelint-icon-black.svg" alt="StyleLint" width="90" height="90" align="right">][stylelint]
[![npm](https://img.shields.io/npm/v/stylelint-config-recess-order.svg?style=flat-square)][npm]
[![npm](https://img.shields.io/npm/dt/stylelint-config-recess-order.svg?style=flat-square)][npm]
[![David](https://img.shields.io/david/stormwarning/stylelint-config-recess-order.svg?style=flat-square)][david-dm]
[![GitHub Issues](https://img.shields.io/github/issues/stormwarning/stylelint-config-recess-order.svg?style=flat-square)][issues]
[![npm version][npm-img]][npm-url]
[![npm downloads][npm-dls]][npm-url]
[![dependency status][david-img]][david-url]
[![github issues][issues-img]][issues-url]
Stylelint config that sorts CSS properties the way [Recess] did and [Bootstrap] does.
A [Stylelint] config that sorts CSS properties the way [Recess] did and [Bootstrap] does.
*With some modifications.
*With some modifications & additions for modern properties.
### References
## Usage
1. Add [stylelint] and this package to your project:
```sh
npm install --save-dev stylelint stylelint-config-recess-order
```
2. Configure your stylelint configuration file to extend this package:
```js
{
"extends": "stylelint-config-recess-order",
"rules": {
// Add overrides and additional rules here
}
}
```
## References
[@mdo on CSS Property Order][mdo-order]
[npm]: https://www.npmjs.com/package/stylelint-config-recess-order
[david-dm]: https://david-dm.org/stormwarning/stylelint-config-recess-order
[issues]: https://github.com/stormwarning/stylelint-config-recess-order/issues
[npm-url]: https://www.npmjs.com/package/stylelint-config-recess-order
[npm-img]: https://img.shields.io/npm/v/stylelint-config-recess-order.svg?style=flat-square
[npm-dls]: https://img.shields.io/npm/dt/stylelint-config-recess-order.svg?style=flat-square
[david-url]: https://david-dm.org/stormwarning/stylelint-config-recess-order
[david-img]: https://img.shields.io/david/stormwarning/stylelint-config-recess-order.svg?style=flat-square
[issues-url]: https://github.com/stormwarning/stylelint-config-recess-order/issues
[issues-img]: https://img.shields.io/github/issues/stormwarning/stylelint-config-recess-order.svg?style=flat-square
[stylelint]: https://github.com/stylelint/stylelint
[Recess]: https://github.com/twitter/recess/blob/master/lib/lint/strict-property-order.js

@@ -21,0 +43,0 @@ [Bootstrap]: https://github.com/twbs/bootstrap/blob/v4-dev/scss/.scss-lint.yml#L128

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