From 6db2f0f4b9816ccd271332b89a05a9d0d753216b Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Thu, 26 Feb 2015 17:57:42 +0100 Subject: shuffle things around on the way to a bootstrap-based configurable website --- assets/css/bootstrap-3.3.2/.csslintrc | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 assets/css/bootstrap-3.3.2/.csslintrc (limited to 'assets/css/bootstrap-3.3.2/.csslintrc') diff --git a/assets/css/bootstrap-3.3.2/.csslintrc b/assets/css/bootstrap-3.3.2/.csslintrc new file mode 100644 index 0000000..005b862 --- /dev/null +++ b/assets/css/bootstrap-3.3.2/.csslintrc @@ -0,0 +1,19 @@ +{ + "adjoining-classes": false, + "box-sizing": false, + "box-model": false, + "compatible-vendor-prefixes": false, + "floats": false, + "font-sizes": false, + "gradients": false, + "important": false, + "known-properties": false, + "outline-none": false, + "qualified-headings": false, + "regex-selectors": false, + "shorthand": false, + "text-indent": false, + "unique-headings": false, + "universal-selector": false, + "unqualified-attributes": false +} -- cgit v1.2.3