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

[NEW FEATURE REQUEST/IDEA]: Media queries #425

Open
jinsignares opened this issue May 17, 2024 · 1 comment
Open

[NEW FEATURE REQUEST/IDEA]: Media queries #425

jinsignares opened this issue May 17, 2024 · 1 comment
Labels
💡 feature request/idea Request new feature or give an idea

Comments

@jinsignares
Copy link

Is your feature request related to a problem?

Is there a way to implement media queries with this template? I want to use different styling for an iPad sized device from the default styling for mobile sized devices, is there a way to implement this out of the box with the template?

Describe the solution you'd like

If it does not exist, something similar to how tailwindCSS handles media queries would be nice

Describe alternatives you've considered.

I've considered adding another package to handle this but wanted to know if the template already does this

@jinsignares jinsignares added the 💡 feature request/idea Request new feature or give an idea label May 17, 2024
@jinsignares jinsignares changed the title [NEW FEATURE REQUEST/IDEA]: [NEW FEATURE REQUEST/IDEA]: Media queries May 17, 2024
@JeremyDolle
Copy link
Collaborator

Hello, there is no media query specific styling pre-build in the boilerplate. But it's not impossible to make it working using the Platform API and Dimensions API

What kind of style do you want to change depending on the width of the device ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💡 feature request/idea Request new feature or give an idea
Projects
None yet
Development

No branches or pull requests

2 participants