mirror of
https://github.com/snachodog/just-the-docs.git
synced 2025-09-15 22:13:31 -06:00
Apply Stylelint to vendor/
code, fix errors (#1508)
Changes are in three categories: - whitespace - devendoring prefixes for properties that have entered the CSS spec - reasonable to autofix - removing a duplicate `monospace` in `monospace, monospace` `font-family` decl in normalize.scss - not autofix
This commit is contained in:
@@ -20,6 +20,7 @@ Code changes to `main` that are *not* in the latest release:
|
||||
- Added: `nav_enabled` site, layout, and page-level variable to selectively show or hide the side/mobile menu by [@kevinlin1] in [#1441]. The minimal layout was reimplemented using this feature, and now has support for the site-wide search bar and auxiliary links.
|
||||
- Fixed: protect `search-data.json` file from front matter default for layout by [@mattxwang] in [#1468]
|
||||
- Fixed: Sass mixed declarations by [@bobvandevijver] in [#1495]
|
||||
- Fixed: redundant `monospace` in `pre`, `code`, `kbd`, `samp` reset by [@mattxwang] in [#1508]
|
||||
|
||||
Docs changes made since the latest release:
|
||||
|
||||
@@ -29,6 +30,7 @@ Docs changes made since the latest release:
|
||||
|
||||
[#1468]: https://github.com/just-the-docs/just-the-docs/pull/1468
|
||||
[#1495]: https://github.com/just-the-docs/just-the-docs/pull/1495
|
||||
[#1508]: https://github.com/just-the-docs/just-the-docs/pull/1508
|
||||
|
||||
## Release v0.8.2
|
||||
|
||||
|
Reference in New Issue
Block a user