From ba64f8dcfbb914f93d2ad9c94f64a790726d0ac9 Mon Sep 17 00:00:00 2001 From: Andreas Rohner Date: Sat, 13 May 2017 08:19:59 +0200 Subject: [PATCH] Add missing noCSS property for the Custom Class plugin --- components.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components.js b/components.js index 2cea96a58b..c66247dd95 100644 --- a/components.js +++ b/components.js @@ -594,7 +594,8 @@ var components = { "wpd": "WebPlatform Docs", "custom-class": { "title": "Custom Class", - "owner": "dvkndn" + "owner": "dvkndn", + "noCSS": true }, "file-highlight": { "title": "File Highlight",