Skip to content

Commit

Permalink
Add link to codepen
Browse files Browse the repository at this point in the history
  • Loading branch information
dbox authored Feb 3, 2017
1 parent ae5dc52 commit 3cb4ff4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ npm install [email protected] --save

Then make sure you are using postcss-import and call Axis at the top of your css:

```
```css
@import 'axis';

/* Your awesome css here */
Expand All @@ -26,6 +26,10 @@ Then make sure you are using postcss-import and call Axis at the top of your css

You can find [full documentation for Axis here](#).

### Try it out

Dive in and see how it works in the [codepen playground](http://codepen.io/dbox/pen/NdpWPM?editors=1100).

### Bloat free

Since Axis is a mixin library, it actually adds zero size to your code. That's right, when you include Axis and compile it, _not a single character is added to your code_.
Expand Down

0 comments on commit 3cb4ff4

Please sign in to comment.