primeflex
primeflex copied to clipboard
PrimeFlex is a lightweight responsive CSS utility library to accompany Prime UI libraries and static webpages as well
In all references for using the responsive prefix (i.e., xl:, lg:, md:, and sm:), the documentation says, "Add the responsive breakpoint keyword followed by a semi-colon as a prefix ..."....
I suspect this is related to our project setup and not a primeflex bug at all, but I'll ask it here as I'm out of ideas on how to fix...
This is my first contribution to open source. I modified the duplicated part of the border-200 to the border-100. Please check it. respectfully yours
First, Thank you always for your hard work. I contacted you because I found a typo while reading the document https://primeflex.org/bordercolor#classes  The properties are border-color: var(--surface-100); but the class...
When upgrading from primeflex 3.3.0 to version 3.3.1, the "src" folder has been renamed to "core", which is a breaking change that should not be in a new patch version....
Is it possible to change the number of breakpoints? 4 is not too many, and different projects have different needs. Bootstrap supports a dynamic number of breakpoints for example, that...
details....
Sometimes we have design drafts that need 90px margin, but primeflex doesn't provide a value for them. Please provide syntax wrapped in square bracket notation to support arbitrary value. ```html...
When building with Vite/esbuild in Angular new application builder, this import is deprecated and any further `@include` on primeflex mixins wont work. New Dart SASS uses `@use` now. ```scss @import...