Quasar UMD cssAddon
-
Hi, anyone can help on how to enable cssAddon on Quasar UMD?
-
You should avoid using the flex addon as it’s a very heavy addition in CSS and in most cases the size never changes:
Try to use computed classes based on the screen plugin (assuming I’m understanding your needs).
https://quasar.dev/options/screen-plugin#Introduction
Scott
-
Thanks, screen plugin is what I need