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

Media queries in VegtexStyle #5

Open
qrai opened this issue Mar 31, 2022 · 0 comments
Open

Media queries in VegtexStyle #5

qrai opened this issue Mar 31, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@qrai
Copy link
Member

qrai commented Mar 31, 2022

Purpose to add a media queries feature in styles. Feature will allow to define styles for media queries.
Example syntax:

new vegtex.VegtexStyle((Style) => ({
    // Mobile (@sm)
    ':host': [
        Style.Width.px(100)
    ],
    // Tablet (@md)
    '@md :host': [
        Style.Width.px(100)
    ],
    // Desktop (@lg)
    '@lg :host': [
        Style.Width.px(100)
    ],
    // TV (@xl)
    '@xl :host': [
        Style.Width.px(100)
    ]
})
@qrai qrai added the enhancement New feature or request label Mar 31, 2022
@qrai qrai changed the title Media queries in states Media queries in VegtexStyle May 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant