Skip to content

Instantly share code, notes, and snippets.

View Somberland's full-sized avatar
🙇‍♂️
is questioning everything in life and ruminate about what is really happening...

Phil Skorpil Somberland

🙇‍♂️
is questioning everything in life and ruminate about what is really happening...
View GitHub Profile
@Somberland
Somberland / .csscomb.json
Last active January 29, 2019 10:02
config for CSSComb - sorting follows position, box-model, typography, appearance (http://backendbutters.github.io/code-guide/#css-declaration-order)
{
"remove-empty-rulesets": true,
"always-semicolon": true,
"color-case": "lower",
"block-indent": "\t",
"color-shorthand": true,
"element-case": "lower",
"eof-newline": true,
"leading-zero": false,
"quotes": "single",