Skip to content

Commit

Permalink
fix gl-color
Browse files Browse the repository at this point in the history
  • Loading branch information
tonsai-j committed Nov 27, 2016
1 parent a72d3de commit 5229083
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 22 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gl-styles",
"description": "gl-style for web components",
"version": "0.0.14",
"version": "0.0.19",
"main": "gl-color.html",
"dependencies": {
"polymer": "Polymer/polymer#^1.4.0"
Expand All @@ -15,7 +15,7 @@
"iron-icons": "PolymerElements/iron-icons#^1.1.3",
"paper-toast": "PolymerElements/paper-toast#^1.3.0",
"paper-spinner": "PolymerElements/paper-spinner#^1.2.1",
"gl-font": "9lon-gl-font#^0.0.5",
"gl-font": "9lon-gl-font#^0.0.7",
"iron-icon": "PolymerElements/iron-icon#^1.0.12"
}
}
21 changes: 1 addition & 20 deletions gl-color.html
Original file line number Diff line number Diff line change
@@ -1,15 +1,4 @@
<link rel="import" href="../polymer/polymer.html">

<!--
`gl-color`
gl-color for web components
@demo demo/index.html
-->

<dom-module id="gl-color">
<template>
<style>
<style is="custom-style">
:root{
/*patten form bootstap*/
--gl-primary-color: #337ab7;
Expand Down Expand Up @@ -111,11 +100,3 @@
padding-right: 5px;
}
</style>
</template>

<script>
Polymer({
is: 'gl-color',
});
</script>
</dom-module>

0 comments on commit 5229083

Please sign in to comment.