Skip to content

Commit

Permalink
Updates arrow icon to ⬆️ Fixes issue #230
Browse files Browse the repository at this point in the history
  • Loading branch information
peterramsing committed Jan 9, 2016
1 parent 51a3e9e commit 88b2248
Showing 1 changed file with 29 additions and 29 deletions.
58 changes: 29 additions & 29 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Feature | Lost | [Bootstrap](http://getbootstrap.com/css/#grid) | [Foundation](h

<sup>If you notice anything in this table is incorrect, please don't hesitate to [open an issue](https://github.com/peterramsing/lost/issues/new) or [tweet](https://twitter.com/lostgrid)</sup>

**[ back to top](#table-of-contents)**
**[:arrow_up: back to top](#table-of-contents)**

&nbsp;

Expand Down Expand Up @@ -129,7 +129,7 @@ div:nth-child(3n + 1) {
/*# sourceMappingURL=style.css.map */
```

**[ back to top](#table-of-contents)**
**[:arrow_up: back to top](#table-of-contents)**

&nbsp;

Expand Down Expand Up @@ -158,7 +158,7 @@ div {

`lost-utility: clearfix;` is just a [clearfix](http://nicolasgallagher.com/micro-clearfix-hack/) function since Lost Grid elements are floated. It's a good idea to give this to the element wrapping your grid elements every time you have nested floated elements.

**[ back to top](#table-of-contents)**
**[:arrow_up: back to top](#table-of-contents)**

&nbsp;

Expand All @@ -176,7 +176,7 @@ div {
}
```

**[ back to top](#table-of-contents)**
**[:arrow_up: back to top](#table-of-contents)**

&nbsp;

Expand Down Expand Up @@ -231,7 +231,7 @@ div {

The concept of `cycle` is **extremely important** to Lost and what sets good Lost developers apart from great Lost developers. Really try to grok this!

**[ back to top](#table-of-contents)**
**[:arrow_up: back to top](#table-of-contents)**

&nbsp;

Expand All @@ -258,7 +258,7 @@ div {
}
```

**[ back to top](#table-of-contents)**
**[:arrow_up: back to top](#table-of-contents)**

&nbsp;

Expand All @@ -283,7 +283,7 @@ div:first-child {
}
```

**[ back to top](#table-of-contents)**
**[:arrow_up: back to top](#table-of-contents)**

&nbsp;

Expand All @@ -310,7 +310,7 @@ div {
}
```

**[ back to top](#table-of-contents)**
**[:arrow_up: back to top](#table-of-contents)**

&nbsp;

Expand Down Expand Up @@ -342,7 +342,7 @@ section:nth-of-type(2) {
}
```

**[ back to top](#table-of-contents)**
**[:arrow_up: back to top](#table-of-contents)**

&nbsp;

Expand Down Expand Up @@ -370,7 +370,7 @@ div {
}
```

**[ back to top](#table-of-contents)**
**[:arrow_up: back to top](#table-of-contents)**

&nbsp;

Expand Down Expand Up @@ -402,7 +402,7 @@ div {
}
```

**[ back to top](#table-of-contents)**
**[:arrow_up: back to top](#table-of-contents)**

&nbsp;

Expand Down Expand Up @@ -456,7 +456,7 @@ div {
}
```

**[ back to top](#table-of-contents)**
**[:arrow_up: back to top](#table-of-contents)**

&nbsp;

Expand All @@ -482,7 +482,7 @@ div {
}
```

**[ back to top](#table-of-contents)**
**[:arrow_up: back to top](#table-of-contents)**

&nbsp;

Expand All @@ -504,7 +504,7 @@ Lost uses PostCSS which means to override global variables we need to use someth
- `flexbox` accepts `flex` or `no-flex` (default).
- `cycle` accepts `none` or any digit (although this is really weird). `auto` by default.

**[ back to top](#table-of-contents)**
**[:arrow_up: back to top](#table-of-contents)**

&nbsp;

Expand All @@ -521,7 +521,7 @@ section {
}
```

**[ back to top](#table-of-contents)**
**[:arrow_up: back to top](#table-of-contents)**

&nbsp;

Expand All @@ -540,7 +540,7 @@ div {
}
```

**[ back to top](#table-of-contents)**
**[:arrow_up: back to top](#table-of-contents)**

&nbsp;

Expand All @@ -561,7 +561,7 @@ section {
}
```

**[ back to top](#table-of-contents)**
**[:arrow_up: back to top](#table-of-contents)**

&nbsp;

Expand All @@ -584,7 +584,7 @@ Align nested elements. Apply this to a parent container.
}
```

**[ back to top](#table-of-contents)**
**[:arrow_up: back to top](#table-of-contents)**

&nbsp;

Expand All @@ -607,7 +607,7 @@ div {
}
```

**[ back to top](#table-of-contents)**
**[:arrow_up: back to top](#table-of-contents)**

&nbsp;

Expand All @@ -628,7 +628,7 @@ div {
}
```

**[ back to top](#table-of-contents)**
**[:arrow_up: back to top](#table-of-contents)**

&nbsp;

Expand All @@ -650,7 +650,7 @@ div {
}
```

**[ back to top](#table-of-contents)**
**[:arrow_up: back to top](#table-of-contents)**

&nbsp;

Expand All @@ -671,7 +671,7 @@ Margin to the left, right, bottom, or top, of an element depending on if the fra
}
```

**[ back to top](#table-of-contents)**
**[:arrow_up: back to top](#table-of-contents)**

&nbsp;

Expand All @@ -696,7 +696,7 @@ div:last-child {
}
```

**[ back to top](#table-of-contents)**
**[:arrow_up: back to top](#table-of-contents)**

&nbsp;

Expand All @@ -716,7 +716,7 @@ div {
}
```

**[ back to top](#table-of-contents)**
**[:arrow_up: back to top](#table-of-contents)**

&nbsp;

Expand All @@ -736,15 +736,15 @@ div {
}
```

**[ back to top](#table-of-contents)**
**[:arrow_up: back to top](#table-of-contents)**

&nbsp;

## Example Code

- https://github.com/peterramsing/lost/tree/gh-pages

**[ back to top](#table-of-contents)**
**[:arrow_up: back to top](#table-of-contents)**

&nbsp;

Expand All @@ -757,7 +757,7 @@ div {
- See: [Lost issue 229](https://github.com/peterramsing/lost/issues/229), [Less issue 974](https://github.com/less/less.js/issues/974)


**[ back to top](#table-of-contents)**
**[:arrow_up: back to top](#table-of-contents)**

&nbsp;

Expand All @@ -767,7 +767,7 @@ div {
- With some polyfills (like the ones included in [Boy](https://github.com/corysimmons/boy)) Lost works perfect in IE8 as well.
- The Flexbox version of Lost only works with browsers that support Flexbox (IE10+). Unfortunately, there isn't currently a good Flexbox polyfill. [Flexbox browser support](http://caniuse.com/#feat=flexbox)

**[ back to top](#table-of-contents)**
**[:arrow_up: back to top](#table-of-contents)**

&nbsp;

Expand All @@ -778,6 +778,6 @@ div {
- Everyone who files an [Issue](https://github.com/peterramsing/lost/issues) when something isn't working as expected.
- Everyone who is *actually* interested in my work on grids.

**[ back to top](#table-of-contents)**
**[:arrow_up: back to top](#table-of-contents)**

&nbsp;

0 comments on commit 88b2248

Please sign in to comment.