You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
425 B
8 lines
425 B
@forward './overlay' show overlay, $overlay-container-z-index, $overlay-z-index,
|
|
$overlay-backdrop-z-index, $overlay-backdrop-color;
|
|
@forward './a11y' show a11y-visually-hidden, high-contrast;
|
|
@forward './text-field' show text-field-autosize, text-field-autofill,
|
|
text-field-autofill-color,
|
|
// `text-field` is deprecated, but we have to export it
|
|
// here in order for the theming API schematic to work.
|
|
text-field;
|