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

Commit

Permalink
Merge pull request #117 from PolymerElements/fix-lint
Browse files Browse the repository at this point in the history
fix-thing-broken-by-112
  • Loading branch information
notwaldorf authored Apr 18, 2017
2 parents 1901c6e + c96106f commit 85ceb4a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions iron-flex-layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
Sample use:
<!---
```
<custom-element-demo>
<template>
Expand All @@ -31,7 +30,7 @@
</template>
</custom-element-demo>
```
-->
```html
<link rel="import" href="iron-flex-layout-classes.html">
<style is="custom-style" include="iron-flex iron-flex-alignment"></style>
Expand Down Expand Up @@ -119,7 +118,7 @@
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
};

--layout-no-wrap: {
-ms-flex-wrap: nowrap;
-webkit-flex-wrap: nowrap;
Expand Down

0 comments on commit 85ceb4a

Please sign in to comment.