primeflex
primeflex copied to clipboard
PrimeFlex is a lightweight responsive CSS utility library to accompany Prime UI libraries and static webpages as well
### Describe the bug Original ticket: https://github.com/primefaces/primereact/issues/4484 If you try to use an Label + InputGroup in an inline form, then they do not appear inline as expected.  I...
To reproduce the error it is only necessary to go to https://www.primefaces.org/primeblocks-jsf/application/formlayout.xhtml and view the third form with Firefox. The buttons on the calendar control are misaligned. It doesn't happen...
for supporting ltr and rtl start and end margin, using margin-inline-start, margin-inline-end, padding-inline-start, padding-inline-end is needed. if we use for example ml-2 for ltr layout we must to change it...
Often I want to do something like w-max h-max or w-min h-min. It would be nice to be able to apply the same class in both directions something like: .span-full...
# Screen reader only classes Having to work with impaired users sometimes we have the need to add extra text because the default, visible and read loud, is not enough...
Hi, Since you've added the rem options to the max-h and max-h (#119), could you please also add the same options for min-w and min-h ? Thanks in advance. Cheers.
Request for supporting pseudo modifiers on the opacity classes: ```html Text for example ``` currently this is not possible: the text stays at .5 opacity
See https://www.primefaces.org/primeflex/borderradius DOM inspect a div of the first example and add `border-round-xl`, for example: ```html border-round-left ``` This results in
The minified version of the 2.0.0 in the mvnrepository doesn't contain latest changes. _formlayout.scss from i.E. Aug 6, 2020. The result is different if you use the minified version to...
Export the highlight colors from Prime themes and then expose via PrimeFlex classes like bg-highlight, text-highlight.