https://github.com/maxmilton/stylelint-config
Stylelint configuration with support for XCSS via ekscss.
https://github.com/maxmilton/stylelint-config
css css3 ekscss stylelint stylelint-config xcss
Last synced: over 1 year ago
JSON representation
Stylelint configuration with support for XCSS via ekscss.
- Host: GitHub
- URL: https://github.com/maxmilton/stylelint-config
- Owner: maxmilton
- License: mit
- Created: 2021-12-06T06:45:44.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-03-01T23:36:07.000Z (over 1 year ago)
- Last Synced: 2025-03-14T22:44:58.249Z (over 1 year ago)
- Topics: css, css3, ekscss, stylelint, stylelint-config, xcss
- Language: JavaScript
- Homepage:
- Size: 1020 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/maxmilton/stylelint-config/actions)
[](https://codeclimate.com/github/maxmilton/stylelint-config)
[](https://www.npmjs.com/package/@maxmilton/stylelint-config)
[](https://github.com/maxmilton/stylelint-config/blob/master/LICENSE)
# @maxmilton/stylelint-config
Stylelint configuration with support for [XCSS via ekscss](https://github.com/maxmilton/ekscss) and an opinionated property order.
Property order defined as:
> Note: Very new, seldom used, or poorly supported properties are not included in the groups.
1. Position
1. Box model & layout
1. Typography
1. Remaining properties sorted alphabetically
## Installation
1. Add dependencies to your project:
```sh
npm install --save-dev @maxmilton/stylelint-config stylelint-config-standard
```
2. Add to your stylelint configuration:
`.stylelintrc`:
```json
{
"extends": ["stylelint-config-standard", "@maxmilton/stylelint-config"]
}
```
## Prior Art
This package is based on of the best ideas from:
-
-
-
-
## License
MIT license. See [LICENSE](https://github.com/maxmilton/stylelint-config/blob/master/LICENSE).
---
© 2024 [Max Milton](https://maxmilton.com)