UNPKG

stylelint-processor-styled-components

Version:
11 lines (8 loc) 193 B
import styled from 'styled-components'; const Button1 = styled.div` color: red; display: block; // Some comment margin: 20px 30px 40px 50px; // comment after line padding: 20px; `;