|
1 | | -@forward "@material/base/mixins" as mdc-base-*; |
2 | | -@forward "@material/feature-targeting/variables" as mdc-feature-*; |
3 | | -@forward "@material/feature-targeting/mixins" as mdc-feature-*; |
4 | | -@forward "@material/theme/constants" as mdc-theme-*; |
5 | | -@forward "@material/theme/variables" as mdc-theme-*; |
6 | | -@forward "@material/animation/variables" as mdc-animation-*; |
7 | | -@forward "@material/elevation/variables" as mdc-elevation-*; |
8 | | -@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; |
9 | | -@forward "@material/ripple/variables" as mdc-ripple-* hide $mdc-ripple-states-wash-duration; |
10 | | -@forward "@material/rtl/variables" as mdc-rtl-*; |
11 | | -@forward "@material/touch-target/variables" as mdc-touch-target-*; |
12 | | -@forward "@material/typography/variables" as mdc-typography-*; |
13 | | -@forward "@material/shape/variables" as mdc-shape-*; |
14 | | -@forward "@material/density/variables" as mdc-density-*; |
15 | | -@forward "variables" as mdc-button-*; |
16 | | -@forward "@material/theme/mixins" as mdc-theme-*; |
17 | | -@forward "@material/elevation/mixins" as mdc-* hide mdc-core-styles, mdc-overlay-common, mdc-overlay-dimensions, mdc-overlay-fill-color, mdc-overlay-opacity, mdc-overlay-selector-, mdc-overlay-surface-position, mdc-shadow; |
18 | | -@forward "@material/elevation/mixins" as mdc-elevation-* hide mdc-elevation-elevation; |
19 | | -@forward "@material/ripple/keyframes" as mdc-ripple-*; |
20 | | -@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; |
21 | | -@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; |
22 | | -@forward "@material/rtl/mixins" as mdc-* hide mdc-property-, mdc-reflexive, mdc-reflexive-box, mdc-reflexive-position, mdc-reflexive-property; |
23 | | -@forward "@material/rtl/mixins" as mdc-rtl-* hide mdc-rtl-rtl; |
24 | | -@forward "@material/touch-target/mixins" as mdc-* hide mdc-margin, mdc-wrapper; |
25 | | -@forward "@material/touch-target/mixins" as mdc-touch-target-* hide mdc-touch-target-touch-target; |
26 | | -@forward "@material/typography/mixins" as mdc-* hide mdc-base, mdc-baseline-bottom, mdc-baseline-strut-, mdc-baseline-top, mdc-core-styles, mdc-overflow-ellipsis; |
27 | | -@forward "@material/typography/mixins" as mdc-typography-* hide mdc-typography-typography; |
28 | | -@forward "@material/shape/mixins" as mdc-shape-*; |
29 | | -@forward "@material/feature-targeting/functions" as mdc-feature-*; |
30 | | -@forward "@material/theme/functions" as mdc-theme-*; |
31 | | -@forward "@material/elevation/functions" as mdc-elevation-*; |
32 | | -@forward "@material/animation/functions" as mdc-animation-*; |
33 | | -@forward "@material/ripple/functions" as mdc-*; |
34 | | -@forward "@material/typography/functions" as mdc-typography-*; |
35 | | -@forward "@material/shape/functions" as mdc-shape-*; |
36 | | -@forward "@material/density/functions" as mdc-density-*; |
37 | | -@forward "mixins" as mdc-button-*; |
| 1 | +@forward "@material/base" as mdc-base-*; |
| 2 | +@forward "@material/feature-targeting" as mdc-feature-*; |
| 3 | +@forward "@material/theme" as mdc-theme-*; |
| 4 | +@forward "@material/animation" as mdc-animation-*; |
| 5 | +@forward "@material/elevation" as mdc-elevation-* hide mdc-elevation-elevation; |
| 6 | +@forward "@material/elevation" as mdc-* hide mdc-core-styles, mdc-overlay-common, mdc-overlay-dimensions, mdc-overlay-fill-color, mdc-overlay-opacity, mdc-overlay-selector-, mdc-overlay-surface-position, mdc-shadow, mdc-transition-value, mdc-overlay-transition-value; |
| 7 | +@forward "@material/ripple" 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, mdc-core-styles, mdc-common, mdc-surface, mdc-radius-bounded, mdc-radius-unbounded, mdc-target-selector, mdc-target-common, mdc-keyframes-; |
| 8 | +@forward "@material/ripple" as mdc-ripple-* hide $mdc-ripple-states-wash-duration, mdc-ripple-states-base-color, mdc-ripple-states-opacities, mdc-ripple-states-hover-opacity, mdc-ripple-states-focus-opacity, mdc-ripple-states-focus-opacity-properties-, mdc-ripple-states-press-opacity, mdc-ripple-states, mdc-ripple-states-activated, mdc-ripple-states-selected, mdc-ripple-states-interactions-, mdc-ripple-states-opacity, mdc-ripple-states-opacities-; |
| 9 | +@forward "@material/rtl" as mdc-rtl-* hide mdc-rtl-rtl; |
| 10 | +@forward "@material/rtl" as mdc-* hide mdc-property-, mdc-reflexive, mdc-reflexive-box, mdc-reflexive-position, mdc-reflexive-property; |
| 11 | +@forward "@material/touch-target" as mdc-touch-target-* hide mdc-touch-target-touch-target; |
| 12 | +@forward "@material/touch-target" as mdc-* hide mdc-margin, mdc-wrapper; |
| 13 | +@forward "@material/typography" as mdc-typography-* hide mdc-typography-typography; |
| 14 | +@forward "@material/typography" as mdc-* hide mdc-base, mdc-baseline-bottom, mdc-baseline-strut-, mdc-baseline-top, mdc-core-styles, mdc-overflow-ellipsis, mdc-get-global-variable-, mdc-set-styles-, mdc-get-letter-spacing-; |
| 15 | +@forward "@material/shape" as mdc-shape-*; |
| 16 | +@forward "@material/density" as mdc-density-*; |
| 17 | +@forward "./index" as mdc-button-*; |
0 commit comments