Andrej Tomić

Results 3 issues of Andrej Tomić

Changelog: - changed the way Vue 3 integration information pointer is visually presented in the file. Reasoning: I found it quite confusing to have a header which said `FOR VUE...

In the documentation it says you can use the max-w-1rem, max-w-2rem...etc. But it's not possible in practice. Why I think that is because of the code in [_size.scss](https://github.com/primefaces/primeflex/blob/master/_sass/lib/src/_size.scss#L51-L55) only generates...

In js/ts, if you want an arrow function to return an object in an inline manner, it needs to be surrounded by parenthesis.