From 410dbc573bbb873a447710e122faefd11075b6df Mon Sep 17 00:00:00 2001 From: Adam Tauber Date: Mon, 12 Jan 2015 14:54:16 +0100 Subject: [enh] static content generalization --- searx/static/less/bootstrap/.csslintrc | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 searx/static/less/bootstrap/.csslintrc (limited to 'searx/static/less/bootstrap/.csslintrc') diff --git a/searx/static/less/bootstrap/.csslintrc b/searx/static/less/bootstrap/.csslintrc new file mode 100644 index 000000000..005b86236 --- /dev/null +++ b/searx/static/less/bootstrap/.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