Update CSS documentation

pull/2361/head
Simon Legner 2 months ago
parent a244bbd219
commit 215cf3bb67

@ -72,6 +72,8 @@ module Docs
node.remove_attribute('class') node.remove_attribute('class')
end end
css('.example-header').remove
css('table').each do |node| css('table').each do |node|
node.before %(<div class="_table"></div>) node.before %(<div class="_table"></div>)
node.previous_element << node node.previous_element << node

@ -1,6 +1,6 @@
module Docs module Docs
class Css < Mdn class Css < Mdn
# release = '2024-08-20' # release = '2024-11-17'
self.name = 'CSS' self.name = 'CSS'
self.base_url = 'https://developer.mozilla.org/en-US/docs/Web/CSS' self.base_url = 'https://developer.mozilla.org/en-US/docs/Web/CSS'
self.root_path = '/Reference' self.root_path = '/Reference'

Binary file not shown.

Before

Width:  |  Height:  |  Size: 579 B

After

Width:  |  Height:  |  Size: 621 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 969 B

After

Width:  |  Height:  |  Size: 980 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 53 KiB

@ -0,0 +1,2 @@
https://github.com/CSS-Next/logo.css
https://commons.wikimedia.org/wiki/File:Official_CSS_Logo.svg
Loading…
Cancel
Save