Flex addon enabled, but doesn't seem to work
-
Looking at the docs https://quasar-framework.org/components/flex-css.html#Flex-Addons i’m trying to use flex addons, but they don’t seem to work.
In my
quasar.conf.js
I have enabled them... framework: { cssAddon: true, // <--- HERE iconSet: 'fontawesome-pro', components: [ 'QDatetimePicker', 'QAlert', ...
I’ve restarted my quasar server and I have a high enough version
yet when I add the class
q-ma-xs-lg
to a div, it doesn’t contain any margin as I would have expected. -
Can you create a fiddle please? https://jsfiddle.net/rstoenescu/waugrryy/
Scott
-
I upgraded to the latest quasar version 0.17.18 and it’s working now.
-
But nothing changed in this regard
-