primeflex
primeflex copied to clipboard
PrimeFlex is a lightweight responsive CSS utility library to accompany Prime UI libraries and static webpages as well
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 ...
Here a simple example: ```html ``` If I understood well, the square should change its color when we resize the window. But nothing happens.
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. ...
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 
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...