This is an automated email from the ASF dual-hosted git repository.

tomaz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/libcloud-site.git

commit 42bb21bd16f6883742182c7fb1b19767fa92cc79
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Tue Aug 1 22:32:22 2023 +0200

    Add missing csslint config.
---
 .csslintrc | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/.csslintrc b/.csslintrc
new file mode 100644
index 00000000..23e91397
--- /dev/null
+++ b/.csslintrc
@@ -0,0 +1,20 @@
+{
+  "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,
+  "text-indent": false,
+  "unique-headings": false,
+  "universal-selector": false,
+  "unqualified-attributes": false,
+  "overqualified-elements": false,
+  "ids": false
+}

Reply via email to