Closed ghost closed 4 years ago
I'm not sure if this is a valid linter error, but we are getting these whenever we try to use a color in border shorthand:
const color = css`#eee`; const styles = css` .something { border: 2px solid ${color}; } `;
We're getting 'semi-colon expected' error at the first 'c' in color on line 4.
I'm not sure if this is a valid linter error, but we are getting these whenever we try to use a color in border shorthand:
We're getting 'semi-colon expected' error at the first 'c' in color on line 4.