UNPKG

roa-mirage

Version:

[Live Demo of the Pattern Library](https://mealeyst.github.io/mirage/)

11 lines (9 loc) 249 B
import styled from 'styled-components' /** @component */ export default styled.div` width: 300px; height: 300px; ${media.phone`background-color: green;`} ${media.tablet`background-color: blue;`} ${media.desktop`background-color: red;`} `