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

🐞 Incorrect collision warning highlighting #353

Open
1aron opened this issue May 29, 2024 · 0 comments
Open

🐞 Incorrect collision warning highlighting #353

1aron opened this issue May 29, 2024 · 0 comments
Assignees
Labels
bug Something isn't working eslint

Comments

@1aron
Copy link
Member

1aron commented May 29, 2024

Description

Screenshot 2024-05-29 at 8 32 24 PM
import type { Config } from '@master/css'

export default {
    styles: {
        btn: {
            '': 'center-content inline-flex font:medium',
            // size
            xs: 'font:12 h:6x px:2x r:2x',
            sm: 'font:12 h:8x px:3x r:2x',
            md: 'font:14 h:10x px:4x r:2x',
            lg: 'font:16 h:12x px:5x r:2x',
            rounded: {
                xs: 'rounded font:12 h:6x px:2x r:2x',
                sm: 'rounded font:12 h:8x px:4x',
                md: 'rounded font:14 h:10x px:5x',
                lg: 'rounded font:16 h:12x px:6x'
            },
            // color
            neutral: 'bg:invert fg:invert'
        }
    }
} as Config

Reproduction

No response

System Informations

No response

@1aron 1aron added the bug Something isn't working label May 29, 2024
@1aron 1aron added the eslint label May 29, 2024
@1aron 1aron changed the title 🐞 Incorrect collision warning highlighting. 🐞 Incorrect collision warning highlighting May 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working eslint
Projects
None yet
Development

No branches or pull requests

2 participants