forked from material-components/material-components-web
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmdc-ripple.import.scss
More file actions
14 lines (14 loc) · 1.26 KB
/
mdc-ripple.import.scss
File metadata and controls
14 lines (14 loc) · 1.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
@forward "@material/animation/variables" as mdc-animation-*;
@forward "@material/base/mixins" as mdc-base-*;
@forward "@material/theme/variables" as mdc-theme-*;
@forward "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 "variables" as mdc-ripple-* hide $mdc-ripple-states-wash-duration;
@forward "@material/theme/mixins" as mdc-theme-*;
@forward "keyframes" as mdc-ripple-*;
@forward "mixins" as mdc-* hide mdc-common, mdc-core-styles, mdc-radius-bounded, mdc-radius-unbounded, mdc-surface, mdc-target-common, mdc-target-selector;
@forward "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/animation/functions" as mdc-animation-*;
@forward "@material/feature-targeting/functions" as mdc-feature-*;
@forward "@material/theme/functions" as mdc-theme-*;
@forward "functions" as mdc-*;
@forward "mdc-ripple";