UNPKG

509 BSCSSView Raw
1//
2// Copyright IBM Corp. 2016, 2018
3//
4// This source code is licensed under the Apache-2.0 license found in the
5// LICENSE file in the root directory of this source tree.
6//
7
8@import '../../globals/scss/helper-mixins';
9@import '../../globals/scss/vendor/@carbon/elements/scss/import-once/import-once';
10@import '../../globals/scss/vars';
11
12@include exports('skeleton-icon') {
13 .#{$prefix}--icon--skeleton {
14 @include skeleton;
15 display: inline-block;
16 width: rem(16px);
17 height: rem(16px);
18 }
19}