Merge branch 'dynamic-nav' into port-documentation-var-interp-atrules

* dynamic-nav:
  address review
This commit is contained in:
Jonny Gerig Meyer 2023-05-25 15:16:02 -04:00
commit 76321346ad
No known key found for this signature in database

View File

@ -14,22 +14,22 @@ toc:
- Interpolation: /documentation/interpolation/ - Interpolation: /documentation/interpolation/
- At-Rules: /documentation/at-rules/ - At-Rules: /documentation/at-rules/
:children: :children:
- <code>@use</code>: /documentation/at-rules/use/ - '`@use`': /documentation/at-rules/use/
- <code>@forward</code>: /documentation/at-rules/forward/ - '`@forward`': /documentation/at-rules/forward/
- <code>@import</code>: /documentation/at-rules/import/ - '`@import`': /documentation/at-rules/import/
- <code>@mixin</code> and <code>@include</code>: /documentation/at-rules/mixin/ - '`@mixin` and `@include`': /documentation/at-rules/mixin/
- <code>@function</code>: /documentation/at-rules/function/ - '`@function`': /documentation/at-rules/function/
- <code>@extend</code>: /documentation/at-rules/extend/ - '`@extend`': /documentation/at-rules/extend/
- <code>@error</code>: /documentation/at-rules/error/ - '`@error`': /documentation/at-rules/error/
- <code>@warn</code>: /documentation/at-rules/warn/ - '`@warn`': /documentation/at-rules/warn/
- <code>@debug</code>: /documentation/at-rules/debug/ - '`@debug`': /documentation/at-rules/debug/
- <code>@at-root</code>: /documentation/at-rules/at-root/ - '`@at-root`': /documentation/at-rules/at-root/
- Flow Control: /documentation/at-rules/control/ - Flow Control: /documentation/at-rules/control/
:children: :children:
- <code>@if</code> and <code>@else</code>: /documentation/at-rules/control/if/ - '`@if` and `@else`': /documentation/at-rules/control/if/
- <code>@each</code>: /documentation/at-rules/control/each/ - '`@each`': /documentation/at-rules/control/each/
- <code>@for</code>: /documentation/at-rules/control/for/ - '`@for`': /documentation/at-rules/control/for/
- <code>@while</code>: /documentation/at-rules/control/while/ - '`@while`': /documentation/at-rules/control/while/
- From CSS: /documentation/at-rules/css/ - From CSS: /documentation/at-rules/css/
- Values: /documentation/values/ - Values: /documentation/values/
:children: :children:
@ -38,8 +38,8 @@ toc:
- Colors: /documentation/values/colors/ - Colors: /documentation/values/colors/
- Lists: /documentation/values/lists/ - Lists: /documentation/values/lists/
- Maps: /documentation/values/maps/ - Maps: /documentation/values/maps/
- <code>true</code> and <code>false</code>: /documentation/values/booleans/ - '`true` and `false`': /documentation/values/booleans/
- <code>null</code>: /documentation/values/null/ - '`null`': /documentation/values/null/
- Calculations: /documentation/values/calculations/ - Calculations: /documentation/values/calculations/
- Functions: /documentation/values/functions/ - Functions: /documentation/values/functions/
- Operators: /documentation/operators/ - Operators: /documentation/operators/
@ -51,22 +51,22 @@ toc:
- Boolean: /documentation/operators/boolean/ - Boolean: /documentation/operators/boolean/
- Built-In Modules: /documentation/modules/ - Built-In Modules: /documentation/modules/
:children: :children:
- <code>sass:color</code>: /documentation/modules/color/ - '`sass:color`': /documentation/modules/color/
- <code>sass:list</code>: /documentation/modules/list/ - '`sass:list`': /documentation/modules/list/
- <code>sass:map</code>: /documentation/modules/map/ - '`sass:map`': /documentation/modules/map/
- <code>sass:math</code>: /documentation/modules/math/ - '`sass:math`': /documentation/modules/math/
- <code>sass:meta</code>: /documentation/modules/meta/ - '`sass:meta`': /documentation/modules/meta/
- <code>sass:selector</code>: /documentation/modules/selector/ - '`sass:selector`': /documentation/modules/selector/
- <code>sass:string</code>: /documentation/modules/string/ - '`sass:string`': /documentation/modules/string/
- Breaking Changes: /documentation/breaking-changes/ - Breaking Changes: /documentation/breaking-changes/
:children: :children:
- Strict Unary Operators: /documentation/breaking-changes/strict-unary/ - Strict Unary Operators: /documentation/breaking-changes/strict-unary/
- Random With Units: /documentation/breaking-changes/random-with-units/ - Random With Units: /documentation/breaking-changes/random-with-units/
- Invalid Combinators: /documentation/breaking-changes/bogus-combinators/ - Invalid Combinators: /documentation/breaking-changes/bogus-combinators/
- Media Queries Level 4: /documentation/breaking-changes/media-logic/ - Media Queries Level 4: /documentation/breaking-changes/media-logic/
- <code>/</code> as Division: /documentation/breaking-changes/slash-div/ - '`/` as Division': /documentation/breaking-changes/slash-div/
- Function Units: /documentation/breaking-changes/function-units/ - Function Units: /documentation/breaking-changes/function-units/
- <code>-moz-document</code>: /documentation/breaking-changes/moz-document/ - '`-moz-document`': /documentation/breaking-changes/moz-document/
- Extending Compound Selectors: /documentation/breaking-changes/extend-compound/ - Extending Compound Selectors: /documentation/breaking-changes/extend-compound/
- CSS Variable Syntax: /documentation/breaking-changes/css-vars/ - CSS Variable Syntax: /documentation/breaking-changes/css-vars/
- Command Line: /documentation/cli/ - Command Line: /documentation/cli/