Recreated solution with web app template. Improved theme. Switched to ShadcnBlazor library
This commit is contained in:
8
Hosts/Moonlight.Frontend.Host/Styles/postcss.config.mjs
Normal file
8
Hosts/Moonlight.Frontend.Host/Styles/postcss.config.mjs
Normal file
@@ -0,0 +1,8 @@
|
||||
export default {
|
||||
plugins: {
|
||||
"@tailwindcss/postcss": {},
|
||||
"cssnano":{
|
||||
preset: 'default'
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user