https://github.com/shelldandy/styled-manila
manila mixins for the component era
https://github.com/shelldandy/styled-manila
javascript react styled-components
Last synced: 11 months ago
JSON representation
manila mixins for the component era
- Host: GitHub
- URL: https://github.com/shelldandy/styled-manila
- Owner: shelldandy
- License: mit
- Created: 2018-04-02T02:15:43.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-12-31T01:13:51.000Z (about 7 years ago)
- Last Synced: 2025-02-17T06:04:20.691Z (11 months ago)
- Topics: javascript, react, styled-components
- Language: JavaScript
- Size: 312 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# styled-manila
> Manila mixins for the component age
[](https://www.npmjs.com/package/styled-manila)
[](https://standardjs.com)
[](https://circleci.com/gh/shelldandy/styled-manila)
## Install
```bash
npm install --save styled-manila
```
## Usage
Each mixin is fully tree shakeable to provide the best compiled results experience.
```jsx
import styled from 'styled-components'
import { stdBackground } from 'styled-manila'
const MyComponent = styled.div`
${stdBackground}
`
```
## License
MIT © [shelldandy](https://github.com/shelldandy)