mdc-notched-outline.import.scss 1.4 KB

123456789101112131415161718192021
  1. @forward "@material/base/mixins" as mdc-base-*;
  2. @forward "@material/theme/variables" as mdc-theme-*;
  3. @forward "@material/rtl/variables" as mdc-rtl-*;
  4. @forward "@material/shape/variables" as mdc-shape-*;
  5. @forward "@material/animation/variables" as mdc-animation-*;
  6. @forward "@material/typography/variables" as mdc-typography-*;
  7. @forward "@material/floating-label/variables" as mdc-floating-label-*;
  8. @forward "variables" as mdc-notched-outline-*;
  9. @forward "@material/theme/mixins" as mdc-theme-*;
  10. @forward "@material/rtl/mixins" as mdc-* hide mdc-property-, mdc-reflexive, mdc-reflexive-box, mdc-reflexive-position, mdc-reflexive-property;
  11. @forward "@material/rtl/mixins" as mdc-rtl-* hide mdc-rtl-rtl;
  12. @forward "@material/shape/mixins" as mdc-shape-*;
  13. @forward "@material/typography/mixins" as mdc-* hide mdc-base, mdc-baseline-bottom, mdc-baseline-strut-, mdc-baseline-top, mdc-core-styles, mdc-overflow-ellipsis;
  14. @forward "@material/typography/mixins" as mdc-typography-* hide mdc-typography-typography;
  15. @forward "@material/floating-label/mixins" as mdc-floating-label-*;
  16. @forward "mixins" as mdc-notched-outline-*;
  17. @forward "@material/feature-targeting/functions" as mdc-feature-*;
  18. @forward "@material/theme/functions" as mdc-theme-*;
  19. @forward "@material/shape/functions" as mdc-shape-*;
  20. @forward "@material/typography/functions" as mdc-typography-*;
  21. @forward "mdc-notched-outline";