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 }} /> ```