chore: добавить SLM-каркас admin
- добавлен app entrypoint, main layout и dashboard screen\n- настроены алиасы SLM-слоёв и PostCSS для CSS Modules\n- перенесены глобальные стили в shared/styles
This commit is contained in:
10
apps/admin/postcss.config.mjs
Normal file
10
apps/admin/postcss.config.mjs
Normal file
@@ -0,0 +1,10 @@
|
||||
export default {
|
||||
plugins: {
|
||||
"@csstools/postcss-global-data": {
|
||||
files: ["src/shared/styles/media.css"],
|
||||
},
|
||||
"postcss-custom-media": {},
|
||||
"postcss-nesting": {},
|
||||
autoprefixer: {},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user