We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c34b5ac commit 2ae4c90Copy full SHA for 2ae4c90
2 files changed
assets/stylesheets/components/_page.scss
@@ -8,8 +8,16 @@
8
9
&._page-error { position: static; }
10
11
- > h1, > section > h1 { @extend ._lined-heading; }
12
- > h1:first-child, > section:first-of-type > h1 { margin-top: 0; }
+ > h1,
+ > header > h1,
13
+ > section > h1 {
14
+ @extend ._lined-heading;
15
+ }
16
+ > h1:first-child,
17
+ > header:first-of-type > h1,
18
+ > section:first-of-type > h1 {
19
+ margin-top: 0;
20
21
22
a[href^="http:"], a[href^="https:"] { @extend %external-link; }
23
lib/docs/scrapers/mdn/css.rb
@@ -1,6 +1,6 @@
1
module Docs
2
class Css < Mdn
3
- # release = '2023-04-24'
+ # release = '2023-10-24'
4
self.name = 'CSS'
5
self.base_url = 'https://developer.mozilla.org/en-US/docs/Web/CSS'
6
self.root_path = '/Reference'
0 commit comments