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";