Skip to content

Instantly share code, notes, and snippets.

@BMOv2600
BMOv2600 / debug.md
Created March 8, 2017 19:49
Atom beautifier CSS parsing error
@BMOv2600
BMOv2600 / .csscomb.json
Last active March 9, 2017 17:55
My CSSComb. Work in progress.
{
"exclude": [
".git/**",
"node_modules/**",
"bower_components/**"
],
"always-semicolon": true,
"block-indent": " ",
"color-case": "lower",
"color-shorthand": true,
@BMOv2600
BMOv2600 / .csslintrc.json
Created March 9, 2017 17:45
My CSS lint. Work in progress.
{
"adjoining-classes": false,
"box-model": false,
"box-sizing": false,
"bulletproof-font-face": false,
"compatible-vendor-prefixes": 2,
"display-property-grouping": false,
"duplicate-background-images": 2,
"duplicate-properties": 2,
"empty-rules": 2,