Skip to content

Commit

Permalink
chore(package): add all-imports.html to use as a main field (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
Limon Monte authored and web-padawan committed Jan 24, 2019
1 parent 35f13aa commit dab9a79
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions all-imports.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<!--
@license
Copyright (c) 2019 Vaadin Ltd.
This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
-->

<link rel="import" href="mixins/field-button.html">
<link rel="import" href="mixins/menu-overlay.html">
<link rel="import" href="mixins/overlay.html">
<link rel="import" href="mixins/required-field.html">
<link rel="import" href="badge.html">
<link rel="import" href="color.html">
<link rel="import" href="font-icons.html">
<link rel="import" href="icons.html">
<link rel="import" href="sizing.html">
<link rel="import" href="spacing.html">
<link rel="import" href="style.html">
<link rel="import" href="typography.html">
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@vaadin/vaadin-lumo-styles",
"version": "1.4.0",
"description": "Lumo is a design system foundation for modern web applications, used by Vaadin components",
"main": "lumo.html",
"main": "all-imports.html",
"repository": "vaadin/vaadin-lumo-styles",
"keywords": [
"vaadin",
Expand Down

0 comments on commit dab9a79

Please sign in to comment.