Skip to content
This repository was archived by the owner on Dec 19, 2024. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions iron-flex-layout-classes.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ The following imports are available:
*/

const template = html`
/* Most common used flex styles*/
<!-- Most common used flex styles -->
<dom-module id="iron-flex">
<template>
<style>
Expand Down Expand Up @@ -116,7 +116,7 @@ const template = html`
</style>
</template>
</dom-module>
/* Basic flexbox reverse styles */
<!-- Basic flexbox reverse styles -->
<dom-module id="iron-flex-reverse">
<template>
<style>
Expand Down Expand Up @@ -147,7 +147,7 @@ const template = html`
</style>
</template>
</dom-module>
/* Flexbox alignment */
<!-- Flexbox alignment -->
<dom-module id="iron-flex-alignment">
<template>
<style>
Expand Down Expand Up @@ -286,7 +286,7 @@ const template = html`
</style>
</template>
</dom-module>
/* Non-flexbox positioning helper styles */
<!-- Non-flexbox positioning helper styles -->
<dom-module id="iron-flex-factors">
<template>
<style>
Expand Down