Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document using flex addons for non-CLI flavours #17453

Open
yusufkandemir opened this issue Aug 22, 2024 · 0 comments
Open

Document using flex addons for non-CLI flavours #17453

yusufkandemir opened this issue Aug 22, 2024 · 0 comments

Comments

@yusufkandemir
Copy link
Member

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant