primefaces/primeflex

Support arbitrary value

Krue1 opened this issue · 1 comments

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.

<div class="mx-[90px]">
  <!-- ... -->
</div>

Whick is like tailwind: https://tailwindcss.com/docs/adding-custom-styles#using-arbitrary-values

would love to have [] notation come to primeflex but doesn't seem to be going that way with the current push towards using tailwind with prime library if you must u can make your project use both tailwind and primeflex meanwhile