Problems using MD3 with Quasar
Hi, first of all: thank you for your work on this package.
I would really like to use Material Design 3 with Quasar, so this preset looks very promising. However, I encountered several problems and I am not sure whether I configured something incorrectly.
Issues I encountered
- The styling looks off for many components.
- For example, the drawer in mini mode does not look quite right.
- The app primary color does not seem to be used correctly.
- I get TypeScript errors in the Quasar config:
UnoCSS property does not have type enforce
QuasarPreset has no call signature
- There is a large debug output when starting the app.
Question
Am I doing something wrong, or are these known issues / limitations at the moment?
Dependencies
{
"unocss": "^66.7.0",
"unocss-preset-quasar": "^0.2.14",
"@iconify-json/mdi": "^1.2.3",
"@quasar/extras": "^1.16.17",
"quasar": "^2.19.3"
}
Problems using MD3 with Quasar
Hi, first of all: thank you for your work on this package.
I would really like to use Material Design 3 with Quasar, so this preset looks very promising. However, I encountered several problems and I am not sure whether I configured something incorrectly.
Issues I encountered
UnoCSSproperty does not have typeenforceQuasarPresethas no call signatureQuestion
Am I doing something wrong, or are these known issues / limitations at the moment?
Dependencies
{ "unocss": "^66.7.0", "unocss-preset-quasar": "^0.2.14", "@iconify-json/mdi": "^1.2.3", "@quasar/extras": "^1.16.17", "quasar": "^2.19.3" }