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

Commit

Permalink
re-enable component sets.
Browse files Browse the repository at this point in the history
  • Loading branch information
sorvell committed Apr 28, 2014
1 parent de48d80 commit 96e8490
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@

<link rel="import" href="elements/designer-element/designer-element.html">

<style>

body {
font-family: 'Helvetica Neue', Roboto, Helvetica, Arial, sans-serif;
margin: 0;
}

designer-element {
height: 100vh;
width: 100vw;
overflow: hidden;
<style>

body {
font-family: 'Helvetica Neue', Roboto, Helvetica, Arial, sans-serif;
margin: 0;
}

designer-element {
height: 100vh;
width: 100vw;
overflow: hidden;
}

</style>
Expand All @@ -29,9 +29,9 @@
<script>
var metadata = [
'../components/core-elements/metadata.html',
//'../components/paper-elements/metadata.html',
//'../components/more-elements/metadata.html',
//'../components/polytype/metadata.html'
'../components/paper-elements/metadata.html',
'../components/more-elements/metadata.html',
'../components/polytype/metadata.html'
];
</script>

Expand Down

0 comments on commit 96e8490

Please sign in to comment.