mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-24 13:54:57 +00:00
scss/index.scss, scss/components.scss, storybook/src/styles/globals.scss Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
14 lines
395 B
SCSS
14 lines
395 B
SCSS
/* FakeMUI - Material Design 3 Styles */
|
|
/* Note: Atom styles are now CSS Modules - import directly in components */
|
|
|
|
/* Material Symbols (variable icon font) */
|
|
@use '../icons/material-symbols/index.scss';
|
|
|
|
/* Material Icons (legacy icon font) */
|
|
@use '../icons/material-icons/css/material-icons.scss';
|
|
|
|
@use './globals.scss';
|
|
@use './theme.scss';
|
|
@use './base.scss';
|
|
@use './components.scss';
|