yarn: clean all styles

pull/1667/head
Simon Legner 3 years ago
parent e16232728e
commit 07279d6aae

@ -34,10 +34,13 @@ module Docs
if slug.start_with?('configuration')
css('h1', 'h2').each do |node|
node.name = node.name.sub(/\d/) { |i| i.to_i + 1 }
node.remove_attribute('style')
end
end
css('*').each do |node|
node.remove_attribute('style')
end
doc
end
end

Loading…
Cancel
Save