primeflex icon indicating copy to clipboard operation
primeflex copied to clipboard

Support arbitrary value

Open Krue1 opened this issue 1 year 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