Skip to content

Commit 215cf3b

Browse files
committed
Update CSS documentation
1 parent a244bbd commit 215cf3b

File tree

10 files changed

+5
-2
lines changed

10 files changed

+5
-2
lines changed

lib/docs/filters/mdn/clean_html.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ def call
7272
node.remove_attribute('class')
7373
end
7474

75+
css('.example-header').remove
76+
7577
css('table').each do |node|
7678
node.before %(<div class="_table"></div>)
7779
node.previous_element << node

lib/docs/scrapers/mdn/css.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module Docs
22
class Css < Mdn
3-
# release = '2024-08-20'
3+
# release = '2024-11-17'
44
self.name = 'CSS'
55
self.base_url = 'https://developer.mozilla.org/en-US/docs/Web/CSS'
66
self.root_path = '/Reference'

public/icons/docs/css/16.png

42 Bytes
Loading
11 Bytes
Loading
-68.2 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.

public/icons/docs/css/CSS3.sketch/fonts

Whitespace-only changes.

public/icons/docs/css/CSS3.sketch/version

Lines changed: 0 additions & 1 deletion
This file was deleted.

public/icons/docs/css/SOURCE

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
https://github.com/CSS-Next/logo.css
2+
https://commons.wikimedia.org/wiki/File:Official_CSS_Logo.svg

0 commit comments

Comments
 (0)