Skip to content

Commit

Permalink
Merge pull request #1 from ellioseven/develop
Browse files Browse the repository at this point in the history
Merge develop
  • Loading branch information
ellioseven authored Jul 15, 2018
2 parents 58c5266 + e32af66 commit d205649
Show file tree
Hide file tree
Showing 61 changed files with 7,005 additions and 6,286 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
FROM ellioseven/node:9
RUN yarn global add gulp-cli
59 changes: 0 additions & 59 deletions Gruntfile.js

This file was deleted.

8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Type Heading

Type Heading is a lightweight Compass Extension that lets you easily manage
Type Heading is a lightweight libsass extension that lets you easily manage
responsive typographic sizing.

```sass
Expand All @@ -22,7 +22,7 @@ h1 { @include th-headings(h1); }
// font-size: 32px;
// line-height: 36px;
// }
//
//
// @media (min-width: 768px) {
// h1 {
// margin-top: 20px;
Expand Down Expand Up @@ -76,9 +76,9 @@ h1 {
// }
```

## Libsass Compatible
## User Guide

Type heading aims for 100% compatability with Libsass.
For more detail documentation, read `USERGUIDE.md` in this repository.

## Organised & Maintainable

Expand Down
Loading

0 comments on commit d205649

Please sign in to comment.