UNPKG

stylelint-processor-styled-components

Version:
12 lines (8 loc) 182 B
import styled from 'styled-components' // ⚠️ EMPTY BLOCK ⚠️ const Button = styled.button` ` // ⚠️ BAD INDENTATION ⚠️ const Button2 = styled.button` color: blue; `