Skip to content

Commit

Permalink
Start with baseline and middle (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanve authored Aug 30, 2017
1 parent 12c7fa1 commit acd999b
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,18 @@
# align.css
# align.css

Opensource functional CSS alignment classes. Available [on npm](https://www.npmjs.com/package/align.css) for production and [unpkg](https://unpkg.com/align.css/) for prototyping online.

```
npm install align.css
```

### `@import`

```css
@import 'node_modules/align.css/align';
```

## [Classes](align.css)

- `.align-baseline`
- `.align-middle`
2 changes: 2 additions & 0 deletions align.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.align-baseline { vertical-align: baseline }
.align-middle { vertical-align: middle }

0 comments on commit acd999b

Please sign in to comment.