aboutsummaryrefslogtreecommitdiffstats
path: root/.csslintrc
blob: 227cda5158b4f6d75ae6a6349aa1440a2fc1ac1f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
	"adjoining-classes": false,
	"box-model": false,
	"box-sizing": false,
	"compatible-vendor-prefixes": false,
	"duplicate-background-images": false,
	"import": false,
	"important": false,
	"outline-none": false,
	"order-alphabetical": false,
	"overqualified-elements": false,
	"text-indent": false
}