Skip to content

Commit

Permalink
Test out letter spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
tbranyen committed Jun 10, 2017
1 parent 102be89 commit d804ba4
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 21 deletions.
2 changes: 1 addition & 1 deletion README.md
@@ -1,4 +1,4 @@
# <div style="background-color: #FFF; display: inline-block; padding: 10px 0px; color: #333;"><±/> diffHTML: A JavaScript View Layer</div>
# <±/> diffHTML: A JavaScript View Library

*An integrated collection of JavaScript tools for building user interfaces.*

Expand Down
9 changes: 4 additions & 5 deletions packages/babel-plugin-transform-diffhtml/README.md
@@ -1,5 +1,4 @@
diffHTML Babel Transform Plugin
-------------------------------
# <±/> diffHTML: Babel Transform Plugin

Stable Version: 1.0.0-beta.4

Expand All @@ -16,13 +15,13 @@ build time since you can exclude more of diffHTML from your build.
**Note!* This plugin has been built for use in Babel 6.x environments, and will
not work with Babel 5.x ( *deprecated*) or older versions.**

##### Installation
## Installation

``` javascript
npm i --save-dev babel-plugin-transform-diffhtml
```

##### How to use
## How to use

Add the plugin to your `package.json` and update the plugin section in your
`.babelrc` file. Or if your Babel settings are located inside the
Expand Down Expand Up @@ -76,7 +75,7 @@ function renderTime(time) {
renderTime(new Date());
```

##### Specifying options
### Specifying options

You can override three identifiers that are used within the transform:

Expand Down
25 changes: 11 additions & 14 deletions packages/diffhtml-website/README.md
@@ -1,19 +1,16 @@
# www.diffhtml.org
# <±/> diffHTML Website

This is the source for the [www.diffhtml.org](https://www.diffhtml.org)
website, powered by: [Node](https://nodejs.com/) and
[NodeGit](http://nodegit.org).

This repo also contains [diffHTML's](https://github.com/tbranyen/diffhtml)
[source
documentation](https://github.com/tbranyen/diffhtml-website/tree/master/template.html).
*Source for https://www.diffhtml.org*

### Setup
This is the source for the [www.diffhtml.org](https://www.diffhtml.org)
website.

* `npm install` - To get all the dependencies
* `npm start` - To start the website locally on port 8000
## Setup

### Contributing
``` sh
# To get all the dependencies
npm install

Open a pull request with your changes and once reviewed, they will be merged
and published to the production site.
# To start the website locally on port 8000
npm start
```
2 changes: 1 addition & 1 deletion packages/diffhtml/README.md
@@ -1,4 +1,4 @@
# <div style="background-color: #FFF; display: inline-block; padding: 10px 0px; color: #333;"><±/> diffHTML</div>
# <div style="background-color: #FFF; display: inline-block; padding: 10px 0px; color: #333; letter-spacing: 2px;"><±/> diffHTML</div>

*The core diffHTML library that parses HTML, syncs changes, and patches the DOM.*

Expand Down

0 comments on commit d804ba4

Please sign in to comment.