primeflex icon indicating copy to clipboard operation
primeflex copied to clipboard

PrimeFlex is a lightweight responsive CSS utility library to accompany Prime UI libraries and static webpages as well

Results 105 primeflex issues
Sort by recently updated
recently updated
newest added

Add a class like .reset to reset browser defaults.

enhancement

Two dots instead of one.

Change link-URL to newest version in setup.html. (This threw me off, in the sense me believing of having the newest version installed.)

as reported on discord: https://discord.com/channels/787967399105134612/787968902058999818/994634667452022795 `md:grid-columns-4` is overriding `lg:grid-columns-3` on large screens? my window is over `992px` wide. but the medium class is taking precedence same issue with col-spa ![](https://cdn.discordapp.com/attachments/787968902058999818/994634666722209842/unknown.png)...

Here a simple example: ```html ``` If I understood well, the square should change its color when we resize the window. But nothing happens.

enhancement
discussion

Angular universal 13 introduced a feature called inlineCriticalCss. On ssr, it scans the document and inlines the css used by it. The more the css, the slower it is. ![image](https://user-images.githubusercontent.com/67418286/169532346-a548fb0f-7090-429d-96a0-d3d430968607.png)...

When you use grid inside a component that is used in a dialog then there is always a vertical scrollbar. ``` html ``` app-test: ``` html Test ``` https://stackblitz.com/edit/primeng-dialog-demo-kefssx ![image](https://user-images.githubusercontent.com/46870283/171578853-2f25a6cf-3303-4cb9-ab10-8d53568e9c1b.png)

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...