1
0
Gergely Gombos 1 жил өмнө
parent
commit
7be6b3e7c4

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

@@ -43,6 +43,9 @@ module Docs
           node['data-language'] = 'jsx'
         end
 
+        # Remove styling
+        css('*').remove_attr('class').remove_attr('style')
+
         doc
       end
     end