UNPKG

quickbuild

Version:

A mature, feature-complete application generator with an emphasis on speed

9 lines (6 loc) 138 B
import styled from 'styled-components'; const AtPrefix = styled.span` color: black; margin-left: 0.4em; `; export default AtPrefix;