Skip to content

Commit ba64f8d

Browse files
committed
Add missing noCSS property for the Custom Class plugin
1 parent 1453fa7 commit ba64f8d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

components.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,8 @@ var components = {
594594
"wpd": "WebPlatform Docs",
595595
"custom-class": {
596596
"title": "Custom Class",
597-
"owner": "dvkndn"
597+
"owner": "dvkndn",
598+
"noCSS": true
598599
},
599600
"file-highlight": {
600601
"title": "File Highlight",

0 commit comments

Comments
 (0)