sass-site/source/documentation/documentation.11tydata.yml
2023-05-15 11:58:58 +02:00

85 lines
4.5 KiB
YAML

layout: has_both_sidebars
navigation: |
<div class="sl-c-list-navigation-wrapper sl-c-list-navigation-wrapper--collapsible">
<h2>Contents</h2>
- [Syntax](/documentation/syntax){.section}
- [Overview](/documentation/syntax)
- [Parsing a Stylesheet](/documentation/syntax/parsing)
- [Structure of a Stylesheet](/documentation/syntax/structure)
- [Comments](/documentation/syntax/comments)
- [Special Functions](/documentation/syntax/special-functions)
- [Style Rules](/documentation/style-rules){.section}
- [Overview](/documentation/style-rules)
- [Property Declarations](/documentation/style-rules/declarations)
- [Parent Selector](/documentation/style-rules/parent-selector)
- [Placeholder Selectors](/documentation/style-rules/placeholder-selectors)
- [Variables](/documentation/variables)
- [Interpolation](/documentation/interpolation)
- [At-Rules](/documentation/at-rules){.section}
- [Overview](/documentation/at-rules)
- [<code>@use</code>](/documentation/at-rules/use)
- [<code>@forward</code>](/documentation/at-rules/forward)
- [<code>@import</code>](/documentation/at-rules/import)
- [<code>@mixin</code> and <code>@include</code>](/documentation/at-rules/mixin)
- [<code>@function</code>](/documentation/at-rules/function)
- [<code>@extend</code>](/documentation/at-rules/extend)
- [<code>@error</code>](/documentation/at-rules/error)
- [<code>@warn</code>](/documentation/at-rules/warn)
- [<code>@debug</code>](/documentation/at-rules/debug)
- [<code>@at-root</code>](/documentation/at-rules/at-root)
- [Flow Control](/documentation/at-rules/control)
- [Overview](/documentation/at-rules/control)
- [<code>@if</code> and <code>@else</code>](/documentation/at-rules/control/if)
- [<code>@each</code>](/documentation/at-rules/control/each)
- [<code>@for</code>](/documentation/at-rules/control/for)
- [<code>@while</code>](/documentation/at-rules/control/while)
- [From CSS](/documentation/at-rules/css)
- [Values](/documentation/values){.section}
- [Overview](/documentation/values)
- [Numbers](/documentation/values/numbers)
- [Strings](/documentation/values/strings)
- [Colors](/documentation/values/colors)
- [Lists](/documentation/values/lists)
- [Maps](/documentation/values/maps)
- [<code>true</code> and <code>false</code>](/documentation/values/booleans)
- [<code>null</code>](/documentation/values/null)
- [Calculations](/documentation/values/calculations)
- [Functions](/documentation/values/functions)
- [Operators](/documentation/operators){.section}
- [Overview](/documentation/operators)
- [Equality](/documentation/operators/equality)
- [Relational](/documentation/operators/relational)
- [Numeric](/documentation/operators/numeric)
- [String](/documentation/operators/string)
- [Boolean](/documentation/operators/boolean)
- [Built-In Modules](/documentation/modules){.section}
- [Overview](/documentation/modules)
- [<code>sass:color</code>](/documentation/modules/color)
- [<code>sass:list</code>](/documentation/modules/list)
- [<code>sass:map</code>](/documentation/modules/map)
- [<code>sass:math</code>](/documentation/modules/math)
- [<code>sass:meta</code>](/documentation/modules/meta)
- [<code>sass:selector</code>](/documentation/modules/selector)
- [<code>sass:string</code>](/documentation/modules/string)
- [Breaking Changes](/documentation/breaking-changes){.section}
- [Overview](/documentation/breaking-changes)
- [Strict Unary Operators](/documentation/breaking-changes/strict-unary)
- [Random With Units](/documentation/breaking-changes/random-with-units)
- [Invalid Combinators](/documentation/breaking-changes/bogus-combinators)
- [Media Queries Level 4](/documentation/breaking-changes/media-logic)
- [<code>/</code> as Division](/documentation/breaking-changes/slash-div)
- [Function Units](/documentation/breaking-changes/function-units)
- [<code>-moz-document</code>](/documentation/breaking-changes/moz-document)
- [Extending Compound Selectors](/documentation/breaking-changes/extend-compound)
- [CSS Variable Syntax](/documentation/breaking-changes/css-vars)
- [Command Line](/documentation/cli){.section}
- [Overview](/documentation/cli)
- [Dart Sass](/documentation/cli/dart-sass)
- [Ruby Sass](/documentation/cli/ruby-sass)
- [Migrator](/documentation/cli/migrator)
- [Javascript API](/documentation/js-api)
</div>