mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-24 13:54:57 +00:00
14 lines
394 B
JSON
14 lines
394 B
JSON
{
|
|
"name": "@metabuilder/scss",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"description": "Shared SCSS modules - Material Design 3 theme and layout styles",
|
|
"exports": {
|
|
"./atoms/layout.module.scss": "./atoms/layout.module.scss",
|
|
"./theme.scss": "./theme.scss",
|
|
"./globals.scss": "./globals.scss",
|
|
"./global": "./global/_index.scss",
|
|
"./index.scss": "./index.scss"
|
|
}
|
|
}
|