Browse Source

fix Canary callouts

Gergely Gombos 1 year ago
parent
commit
ceaf48b4ba
1 changed files with 1 additions and 0 deletions
  1. 1 0
      lib/docs/filters/react/clean_html_react_dev.rb

+ 1 - 0
lib/docs/filters/react/clean_html_react_dev.rb

@@ -34,6 +34,7 @@ module Docs
         class_transform = {
           '.expandable-callout[class*=yellow]' => 'note note-orange', # pitfalls, experimental
           '.expandable-callout[class*=green]' => 'note note-green', # note
+          '.expandable-callout[class*=gray]' => 'note', # canary
           '.bg-card' => 'note', # you will learn
           'details' => 'note note-blue' # deep dive
         }