primeflex icon indicating copy to clipboard operation
primeflex copied to clipboard

Support arbitrary value

Open Krue1 opened this issue 2 years ago • 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

Krue1 avatar Jan 16 '24 09:01 Krue1

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

BAW2501 avatar Jan 19 '24 15:01 BAW2501