From c357bb0e3cf4d0011cde9e78474fab5a05c9b492 Mon Sep 17 00:00:00 2001
From: bernar323u <hugo.bernard9@etu.univ-lorraine.fr>
Date: Wed, 3 Nov 2021 16:05:42 +0100
Subject: [PATCH] remove property-no-vendor-prefix rule

---
 .stylelintrc.json | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.stylelintrc.json b/.stylelintrc.json
index 8d96a18..e3df55e 100644
--- a/.stylelintrc.json
+++ b/.stylelintrc.json
@@ -5,6 +5,7 @@
     ],
     "rules": {
         "selector-class-pattern": null,
-        "selector-id-pattern": null
+        "selector-id-pattern": null,
+        "property-no-vendor-prefix": null
     }
 }
\ No newline at end of file
-- 
GitLab