From 841f1eedfc8b2c49f0395d5f0ea2bfa269c19df2 Mon Sep 17 00:00:00 2001 From: Thomas Pointhuber Date: Mon, 29 Sep 2014 10:00:24 +0200 Subject: oscar template: generate bootstrap.min.css from source --- searx/static/oscar/less/bootstrap/.csslintrc | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 searx/static/oscar/less/bootstrap/.csslintrc (limited to 'searx/static/oscar/less/bootstrap/.csslintrc') diff --git a/searx/static/oscar/less/bootstrap/.csslintrc b/searx/static/oscar/less/bootstrap/.csslintrc new file mode 100644 index 000000000..005b86236 --- /dev/null +++ b/searx/static/oscar/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