From 3f670a3b70f093360b88841c9d5ab16960f33b08 Mon Sep 17 00:00:00 2001 From: June Lee Date: Fri, 9 Dec 2022 17:23:29 -0800 Subject: [PATCH] fix: replace css variables --- docs/index.html | 8 ++++---- src/utilityClasses/_listProperties.scss | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/index.html b/docs/index.html index fc0a256..d242caa 100644 --- a/docs/index.html +++ b/docs/index.html @@ -949,13 +949,13 @@ display: inline-block; } }" data-collapsed="#{$scope}.#{$prefix}util_listIndentedOrdered { ... }">#{$scope}.#{$prefix}util_listIndentedOrdered { ... }

Description

Utility class to display ordered lists with unindented numbering

Manage !important flag.

Manage $scope and $prefix options.

Example

Default selector(s)

.util_listIndentedOrdered {}

Selector(s) when $scope: true;

.auro .util_listIndentedOrdered {}

Selector(s) when $prefix: true;

.auro_util_listIndentedOrdered {}

import mixin file

@import "./node_modules/@aurodesignsystem/webcorestylesheets/dist/utilityClasses/listProperties";

#{$scope}.#{$prefix}util_listAuroIcon

#{$scope}.#{$prefix}util_listAuroIcon { ... }

Description

Utility class to display unordered lists with auro icons

Manage !important flag.

Manage $scope and $prefix options.

Example

Default selector(s)

.util_listAuroIcon {}

Selector(s) when $scope: true;

.auro .util_listAuroIcon {}

Selector(s) when $prefix: true;

.auro_util_listAuroIcon {}

import mixin file

@import "./node_modules/@aurodesignsystem/webcorestylesheets/dist/utilityClasses/listProperties";

utility-mixins

mixins

auro_anchorButton