stylelint-config-recess-order
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -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 |
{ | ||
"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 |
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
14193
46
+ Addedpostcss@6.0.23(transitive)
+ Addedpostcss-sorting@3.1.0(transitive)
+ Addedsource-map@0.6.1(transitive)
+ Addedstylelint-order@0.5.0(transitive)
- Removedstylelint-order@0.4.4(transitive)
Updatedstylelint-order@^0.5.0