shelldandy / styled-manila

manila mixins for the component era

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

styled-manila

Manila mixins for the component age

NPM JavaScript Style Guide CircleCI

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

About

manila mixins for the component era

License:MIT License


Languages

Language:JavaScript 95.9%Language:HTML 3.6%Language:CSS 0.5%