UNPKG

stylelint-processor-styled-components

Version:
11 lines (8 loc) 162 B
/* stylelint-disable */ import styled from 'styled-components' const Button1 = styled.button` color: red; `; const Button2 = styled.button` color: blue; `;