mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-24 13:54:57 +00:00
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>
9 lines
425 B
SCSS
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;
|