Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

Commit

Permalink
[skip ci] Autogenerate README file.
Browse files Browse the repository at this point in the history
  • Loading branch information
tedium-bot committed Mar 9, 2016
1 parent b610bd0 commit 542d76a
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,19 @@ in every element that needs to use them.

Sample use:

```html
<link rel="import" href="../iron-flex-layout/iron-flex-layout-classes.html">
<style is="custom-style" include="iron-flex iron-flex-alignment"></style>
<link rel="import" href="../iron-flex-layout/iron-flex-layout-classes.html">

<div class="layout horizontal layout-start">
<div>cross axis start alignment</div>
</div>
```
<style is="custom-style" include="iron-flex iron-flex-alignment"></style>

<div class="layout horizontal layout-start">
<div>cross axis start alignment</div>
</div>

1. [Custom CSS mixins](https://github.com/PolymerElements/iron-flex-layout/blob/master/iron-flex-layout.html).
The mixin stylesheet includes custom CSS mixins that can be applied inside a CSS rule using the `@apply` function.



Please note that the old [/deep/ layout classes](https://github.com/PolymerElements/iron-flex-layout/tree/master/classes)
are deprecated, and should not be used. To continue using layout properties
directly in markup, please switch to using the new `dom-module`-based
Expand Down

0 comments on commit 542d76a

Please sign in to comment.