Skip to content

Commit

Permalink
Add all other missing imports to <j-card> as well
Browse files Browse the repository at this point in the history
  • Loading branch information
jouni committed Mar 27, 2018
1 parent 82018fc commit 790b262
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions j-card.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
<link rel="import" href="../vaadin-lumo-styles/typography.html">
<link rel="import" href="../vaadin-lumo-styles/spacing.html">
<link rel="import" href="../polymer/polymer-element.html">
<link rel="import" href="../vaadin-themable-mixin/vaadin-themable-mixin.html">
<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/spacing.html">
<link rel="import" href="../vaadin-lumo-styles/style.html">
<link rel="import" href="../vaadin-lumo-styles/typography.html">

<dom-module id="j-card">
<template>
Expand Down

0 comments on commit 790b262

Please sign in to comment.