Skip to content

Detect variables defined in the same file with css prop  #5

@yeion7

Description

@yeion7

with #4 added, we added the ability to load variables in the same files, but on if there are defined with

const Variables = styled.div`
   --blue1: #89CFF0
`

If the variable is defined using a css prop, then we don't detect it

<Variables css={{ --blue1: #89CFF0 }} />

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions