Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

xsmall grid option #126

Open
MG-Sky opened this issue Jul 19, 2024 · 1 comment
Open

xsmall grid option #126

MG-Sky opened this issue Jul 19, 2024 · 1 comment
Labels
1.x Changes in 1.x version enhancement New feature or request

Comments

@MG-Sky
Copy link

MG-Sky commented Jul 19, 2024

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

@hywax-assistant
Copy link
Collaborator

👋 @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.

If you like this project, please ⭐ star our repo.

@hywax hywax added 1.x Changes in 1.x version enhancement New feature or request and removed feature request labels Nov 28, 2024
@hywax hywax changed the title [FEATURE_REQUEST] xsmall grid option xsmall grid option Nov 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1.x Changes in 1.x version enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants