In my styles I need to use some of Quasar stylus variables.
All of them are located there - https://github.com/quasarframework/quasar/blob/dev/quasar/src/css/variables.styl
But there is no its names in docs, like it was on old docs here .
For example I want to do this
.q-title {
margin: 0 0 $flex-gutter-sm !important;
}
But need to go to link on source code to locate needed variable.
Minimally to make somewhere link to sourcefile with varaiables definitions in docs. where it can be easily located.
Will be available along with beta.7.
Most helpful comment
Will be available along with beta.7.