I find some class naming convention inconsistent sometime
-
It is just a few months that I got to new Quasar and started using it, and I really like it.
I just find some class names a bit hard to remember because the convention is not consistent.One example is
absolute
forposition-absolute
but if you want to set theposition
torelative
the class name isrelative-position
. It would be much better if was consistent, I often have to lookup the docs to get it right.Another example is
justify-center
knowing this class I expect the other one for centering along the cross axis to bealign-center
but it isitems-center
. It confuses me from time to time