You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
👋 @MG-Sky
Thanks for opening your first issue here!
To help make it easier for us to investigate your issue, please follow the contributing guidelines.
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
The text was updated successfully, but these errors were encountered: