Files
metabuilder/fakemui/scss/m3-scss/@angular/cdk/_index.scss
johndoe6345789 06d45279f3 chore: restore original fakemui folder structure
Restored all archived files back to original locations:
- Restored 15 Python implementations to fakemui/fakemui/
- Restored QML components and widgets folders
- Restored React contexts folder
- Restored SCSS folder
- Restored core utilities
- Restored migration-in-progress folder

Removing .archive/ folder entirely - keeping all original code as-is.

Note: The audit documents in docs/ remain valuable for understanding
the codebase structure and potential improvements, but no structural
changes are being enforced.

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-01-23 17:08:42 +00:00

9 lines
425 B
SCSS

@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;