Update CSS documentation

pull/2023/head
Simon Legner 1 year ago
parent c34b5ac0de
commit 2ae4c9085b

@ -8,8 +8,16 @@
&._page-error { position: static; }
> h1, > section > h1 { @extend ._lined-heading; }
> h1:first-child, > section:first-of-type > h1 { margin-top: 0; }
> h1,
> header > h1,
> section > h1 {
@extend ._lined-heading;
}
> h1:first-child,
> header:first-of-type > h1,
> section:first-of-type > h1 {
margin-top: 0;
}
a[href^="http:"], a[href^="https:"] { @extend %external-link; }

@ -1,6 +1,6 @@
module Docs
class Css < Mdn
# release = '2023-04-24'
# release = '2023-10-24'
self.name = 'CSS'
self.base_url = 'https://developer.mozilla.org/en-US/docs/Web/CSS'
self.root_path = '/Reference'

Loading…
Cancel
Save