-
Notifications
You must be signed in to change notification settings - Fork 2.1k
/
mdc-list.import.scss
28 lines (28 loc) · 2.31 KB
/
mdc-list.import.scss
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
@forward "@material/density/variables" as mdc-density-*;
@forward "@material/rtl/variables" as mdc-rtl-*;
@forward "@material/theme/variables" as mdc-theme-*;
@forward "@material/shape/variables" as mdc-shape-*;
@forward "@material/animation/variables" as mdc-animation-*;
@forward "@material/base/mixins" as mdc-base-*;
@forward "@material/ripple/variables" as mdc-* hide $mdc-dark-ink-opacities, $mdc-fade-in-duration, $mdc-fade-out-duration, $mdc-light-ink-opacities, $mdc-pressed-dark-ink-opacity, $mdc-pressed-light-ink-opacity, $mdc-translate-duration;
@forward "@material/ripple/variables" as mdc-ripple-* hide $mdc-ripple-states-wash-duration;
@forward "@material/typography/variables" as mdc-typography-*;
@forward "variables" as mdc-list-*;
@forward "@material/rtl/mixins" as mdc-* hide mdc-property-, mdc-reflexive, mdc-reflexive-box, mdc-reflexive-position, mdc-reflexive-property;
@forward "@material/rtl/mixins" as mdc-rtl-* hide mdc-rtl-rtl;
@forward "@material/theme/mixins" as mdc-theme-*;
@forward "@material/shape/mixins" as mdc-shape-*;
@forward "@material/ripple/keyframes" as mdc-ripple-*;
@forward "@material/ripple/mixins" as mdc-* hide mdc-common, mdc-core-styles, mdc-radius-bounded, mdc-radius-unbounded, mdc-surface, mdc-target-common, mdc-target-selector;
@forward "@material/ripple/mixins" as mdc-ripple-* hide mdc-ripple-states, mdc-ripple-states-activated, mdc-ripple-states-base-color, mdc-ripple-states-focus-opacity, mdc-ripple-states-focus-opacity-properties-, mdc-ripple-states-hover-opacity, mdc-ripple-states-interactions-, mdc-ripple-states-opacities, mdc-ripple-states-press-opacity, mdc-ripple-states-selected;
@forward "@material/typography/mixins" as mdc-* hide mdc-base, mdc-baseline-bottom, mdc-baseline-strut-, mdc-baseline-top, mdc-core-styles, mdc-overflow-ellipsis;
@forward "@material/typography/mixins" as mdc-typography-* hide mdc-typography-typography;
@forward "mixins" as mdc-list-*;
@forward "@material/density/functions" as mdc-density-*;
@forward "@material/feature-targeting/functions" as mdc-feature-*;
@forward "@material/theme/functions" as mdc-theme-*;
@forward "@material/shape/functions" as mdc-shape-*;
@forward "@material/animation/functions" as mdc-animation-*;
@forward "@material/ripple/functions" as mdc-*;
@forward "@material/typography/functions" as mdc-typography-*;
@forward "mdc-list";