Skip to content

Instantly share code, notes, and snippets.

View franzdumfart's full-sized avatar
🤐
Why waste time say lot word when few word do trick?

Franz Dumfart franzdumfart

🤐
Why waste time say lot word when few word do trick?
View GitHub Profile
@franzdumfart
franzdumfart / .stylelintrc
Created May 12, 2017 12:15
stylelint config inspired by the Airbnb css style-guide
{
"rules": {
"selector-no-id": true,
"indentation": 2,
"selector-list-comma-newline-after": "always",
"declaration-colon-space-after": "always",
"declaration-colon-space-before": "never",
"block-opening-brace-space-before": "always",
"declaration-block-single-line-max-declarations": 1,