Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/atjn/stylelint-config
My personal CSS code style
https://github.com/atjn/stylelint-config
Last synced: about 1 month ago
JSON representation
My personal CSS code style
- Host: GitHub
- URL: https://github.com/atjn/stylelint-config
- Owner: atjn
- License: mit
- Created: 2021-03-08T11:51:25.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-07-12T15:26:22.000Z (over 1 year ago)
- Last Synced: 2024-12-05T16:41:54.927Z (about 2 months ago)
- Language: JavaScript
- Size: 209 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# My personal CSS code style
[![npm version](https://img.shields.io/npm/v/@atjn/stylelint-config?style=flat-square)](https://www.npmjs.com/package/@atjn/stylelint-config)
[![stylelint version](https://img.shields.io/npm/dependency-version/@atjn/stylelint-config/peer/stylelint?style=flat-square&label=stylelint)](https://www.npmjs.com/package/@atjn/stylelint-config?activeTab=dependencies)This is my personal CSS code style, defined as a _[stylelint](https://stylelint.io/)_ shared configuration. My style is:
### Stable
By enforcing certain common practices, my code becomes more readable and less error-prone.
### Loosely styled
I have a loosely defined coding style which helps make the code more consistent and readable. I purposefully don't get too specific with small details because I often find that slightly varying my code style can help me write more efficient and readable code.