strip styling

pull/2375/head
Gergely Gombos 2 months ago
parent 33aba064c1
commit 7be6b3e7c4

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

Loading…
Cancel
Save