Skip to content

Commit

Permalink
fix: fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mg901 committed Mar 16, 2019
1 parent 300f613 commit a09350f
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,23 +28,33 @@
<img alt="All Contributors" src="https://img.shields.io/badge/all_contributors-3-orange.svg?style=flat-square">
</a>
</h1>
<strong>Simple and powerful css breakpoints for <a href="https://github.com/styled-components/styled-components">styled-components</a> and <a href="https://github.com/emotion-js/emotion">emotion</a> with TypeScript and Flow type annotations out of the box.</strong>
</div>
<br>
<br>
<br>
<br>
<br>
<br>


## Demo sandbox

[![Edit Styled breakpoints demo](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/23583q00o0?hidenavigation=1)

## Introduction
<p>Styled Breakpoints is simple and powerful tool for creating breakpoints in <a href="https://github.com/styled-components/styled-components">styled-components</a> or <a href="https://github.com/emotion-js/emotion">emotion</a> with <strong>TypeScript</strong> and <strong>Flow</strong> type annotations out of the box.</p>


## Installation

```
yarn add styled-breakpoints
```

```
npm i styled-breakpoints
```

## Usage

### With Default breakpoints
Expand Down

0 comments on commit a09350f

Please sign in to comment.