You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here is the relevant SCSS file: quasar/src/css/flex-addon.sass (can be integrated into systems with a suitable build step)
Here are the relevant CSS files (for systems without a build step, or insufficient, or want to keep their systems minimal and just import ready-made CSS through NPM or CDN):
quasar/dist/quasar.addon.css (base, non-minified)
quasar/dist/quasar.addon.prod.css (minified version of the previous one)
Description
Flex addons are only documented for Quasar CLI (
quasar.config file > framework > cssAddon: true
).https://quasar.dev/style/spacing#flex-addons
Here is the relevant SCSS file:
quasar/src/css/flex-addon.sass
(can be integrated into systems with a suitable build step)Here are the relevant CSS files (for systems without a build step, or insufficient, or want to keep their systems minimal and just import ready-made CSS through NPM or CDN):
quasar/dist/quasar.addon.css
(base, non-minified)quasar/dist/quasar.addon.prod.css
(minified version of the previous one)quasar/dist/quasar.addon.rtl.css
(contains RTL additions)quasar/dist/quasar.addon.rtl.prod.css
(minified version of the previous one)Documentation Section URL
https://quasar.dev/layout/grid/introduction-to-flexbox#flex-addons
Flavour
None
Areas
Style & Identity (quasar)
The text was updated successfully, but these errors were encountered: