UNPKG

quickbuild

Version:

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

10 lines (6 loc) 146 B
import styled from 'styled-components'; import buttonStyles from './buttonStyles'; const A = styled.a` ${buttonStyles}; `; export default A;