Skip to content

Commit

Permalink
Align Lumo imports for password-field and text-area
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan committed Dec 5, 2018
1 parent fbe70fc commit 9bd22cb
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions theme/lumo/vaadin-password-field-styles.html
@@ -1,5 +1,6 @@
<link rel="import" href="../../../vaadin-lumo-styles/font-icons.html">
<link rel="import" href="../../../vaadin-lumo-styles/sizing.html">
<link rel="import" href="vaadin-text-field-styles.html">

<dom-module id="lumo-password-field" theme-for="vaadin-password-field">
<template>
Expand Down
3 changes: 0 additions & 3 deletions theme/lumo/vaadin-password-field.html
@@ -1,5 +1,2 @@
<link rel="import" href="vaadin-password-field-styles.html">

<link rel="import" href="vaadin-text-field.html">
<link rel="import" href="../../src/vaadin-password-field.html">

1 change: 1 addition & 0 deletions theme/lumo/vaadin-text-area-styles.html
@@ -1,6 +1,7 @@
<link rel="import" href="../../../vaadin-lumo-styles/color.html">
<link rel="import" href="../../../vaadin-lumo-styles/sizing.html">
<link rel="import" href="../../../vaadin-lumo-styles/typography.html">
<link rel="import" href="vaadin-text-field-styles.html">

<dom-module id="lumo-text-area" theme-for="vaadin-text-area">
<template>
Expand Down
1 change: 0 additions & 1 deletion theme/lumo/vaadin-text-area.html
@@ -1,3 +1,2 @@
<link rel="import" href="vaadin-text-area-styles.html">
<link rel="import" href="vaadin-text-field.html">
<link rel="import" href="../../src/vaadin-text-area.html">

0 comments on commit 9bd22cb

Please sign in to comment.