styled-manila
v1.0.1
Published
Manila mixins for the component age
Downloads
21
Readme
styled-manila
Manila mixins for the component age
Install
npm install --save styled-manila
Usage
Each mixin is fully tree shakeable to provide the best compiled results experience.
import styled from 'styled-components'
import { stdBackground } from 'styled-manila'
const MyComponent = styled.div`
${stdBackground}
`
License
MIT © shelldandy