We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba9072c commit bce2fb8Copy full SHA for bce2fb8
packages/web-components/src/components/ai-skeleton/ai-skeleton.scss
@@ -5,6 +5,20 @@
5
// LICENSE file in the root directory of this source tree.
6
//
7
8
+@use '@carbon/styles/scss/config' as *;
9
@use '../skeleton-text/skeleton-text';
10
@use '../skeleton-icon/skeleton-icon';
11
@use '../skeleton-placeholder/skeleton-placeholder';
12
+
13
+:host(#{$prefix}-ai-skeleton-text) {
14
+ display: block;
15
+ inline-size: 100%;
16
+}
17
18
+:host(#{$prefix}-ai-skeleton-placeholder) {
19
20
21
22
+:host(#{$prefix}-ai-skeleton-icon) {
23
+ display: inline-block;
24
0 commit comments