diff --git a/docs/index.html b/docs/index.html index 4457ba1..7d12559 100644 --- a/docs/index.html +++ b/docs/index.html @@ -70,13 +70,18 @@ &:before, &:after { box-sizing: border-box; + + @media (prefers-reduced-motion: reduce) { + animation: none !important; + transition: none !important; + } } // default experience is to remove all a11y enhancements &:focus { outline: none; } -}" data-collapsed="#{$scope} * { ... }">#{$scope} * { ... }

Description

Global selector to address box-model and default :focus pseudo elements.

Manage $scope option.

Example

Default selector(s)

*, *:before, *:after {}

Selector(s) when $scope: true;

.auro *, .auro *:before, .auro *:after {}

import file

@import "./node_modules/@alaskaairux/orion-web-core-style-sheets/dist/core";

essentials

css

#{$sym}#{$prefix}html#{$scope}

#{$scope} * { ... }

Description

Global selector to address box-model and default :focus pseudo elements.

Global media setting for a11y support of reduced-motion

Manage $scope option.

Example

Default selector(s)

*, *:before, *:after {}

Selector(s) when $scope: true;

.auro *, .auro *:before, .auro *:after {}

import file

@import "./node_modules/@alaskaairux/orion-web-core-style-sheets/dist/core";

essentials

css

#{$sym}#{$prefix}html#{$scope}