Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.