mafl icon indicating copy to clipboard operation
mafl copied to clipboard

[FEATURE_REQUEST] xsmall grid option

Open MG-Sky opened this issue 7 months ago • 1 comments

Is your feature request related to a problem? If so, please describe.

I see small grid value ends on ~600px on the phone ~380-450 only one column is shown

Describe the solution you'd like

can you add xsmall option to enable two or more columns option on small screens?

h(()=>["grid", >>>>>"grid-cols-1"<<<<<<<, sm:grid-cols-${e.grid.small}, md:grid-cols-${e.grid.medium}, lg:grid-cols-${e.grid.large}, xl:grid-cols-${e.grid.xlarge}, "gap-1", "lg:gap-2", "lg:gap-y-4"]); return (n,a)=>{

Priority

Low (Nice-to-have)

Is this something you would be keen to implement

None

MG-Sky avatar Jul 19 '24 05:07 MG-Sky