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

[FEATURE_REQUEST] xsmall grid option #126

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

[FEATURE_REQUEST] xsmall grid option #126

MG-Sky opened this issue Jul 19, 2024 · 1 comment
Labels
feature request Suggest an idea for future development

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

@MG-Sky MG-Sky added the feature request Suggest an idea for future development label Jul 19, 2024
@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Suggest an idea for future development
Projects
None yet
Development

No branches or pull requests

2 participants