diff --git a/core/.stylelintrc.json b/core/.stylelintrc.json
index 832748d..61dcbcf 100644
--- a/core/.stylelintrc.json
+++ b/core/.stylelintrc.json
@@ -36,7 +36,7 @@
     "property-no-unknown": null,
     "rule-empty-line-before": null,
     "selector-pseudo-element-colon-notation": null,
-    "selector-type-no-unknown": null,
+    "selector-type-no-unknown": true,
     "shorthand-property-no-redundant-values": null,
     "unit-whitelist": ["deg", "em", "ex", "ms", "rem", "%", "s", "px"]
   },
