UNPKG

stylelint-processor-styled-components

Version:
18 lines (14 loc) 221 B
// Global variables // ⚠️ Wrong indentation ⚠️ const Button = styled.div` color: red; ` // ⚠️ Wrong indentation ⚠️ const animation = keyframes` 0% { opacity: 0; } ` const styles = css` color: blue; `