]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Add calc() to function blacklist
authorMartijn Cuppens <martijn.cuppens@gmail.com>
Wed, 30 Oct 2019 07:57:09 +0000 (08:57 +0100)
committerXhmikosR <xhmikosr@gmail.com>
Thu, 31 Oct 2019 06:30:53 +0000 (08:30 +0200)
.stylelintrc

index 50a9473ce34f069058362356f4ac3109bc4a316f..93af80b7de5cbb4474e61012537ce1a50be4cc08 100644 (file)
@@ -10,6 +10,7 @@
       "border-bottom-right-radius",
       "border-bottom-left-radius",
       "transition"
-    ]
+    ],
+    "function-blacklist": ["calc"]
   }
 }