Skip to content

Commit

Permalink
Semi colon bug
Browse files Browse the repository at this point in the history
  • Loading branch information
8lueberry committed Aug 7, 2015
1 parent 6153d35 commit f67ca5f
Show file tree
Hide file tree
Showing 12 changed files with 280 additions and 280 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 1.2.5
# 1.2.6

2015-08-07

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "google-material-color",
"version": "1.2.5",
"version": "1.2.6",
"description": "Google material color (http://www.google.com/design/spec/style/color.html) implementation for Sass, Less, Stylus, CSS and JS.",
"homepage": "https://github.com/danlevan/google-material-color",
"authors": [
Expand Down
2 changes: 1 addition & 1 deletion dist/palette.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* google-material-color v1.2.5
* google-material-color v1.2.6
* https://github.com/danlevan/google-material-color
*/
.palette-Red.bg {
Expand Down
2 changes: 1 addition & 1 deletion dist/palette.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* google-material-color v1.2.5
* google-material-color v1.2.6
* https://github.com/danlevan/google-material-color
*/
(function(root, factory) {
Expand Down
2 changes: 1 addition & 1 deletion dist/palette.less
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* google-material-color v1.2.5
* google-material-color v1.2.6
* https://github.com/danlevan/google-material-color
*/
@palette-Red-50: #FFEBEE;
Expand Down
2 changes: 1 addition & 1 deletion dist/palette.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* google-material-color v1.2.5
* google-material-color v1.2.6
* https://github.com/danlevan/google-material-color
*/
$palette: (
Expand Down
2 changes: 1 addition & 1 deletion dist/palette.styl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* google-material-color v1.2.5
* google-material-color v1.2.6
* https://github.com/danlevan/google-material-color
*/
$palette = {
Expand Down
Loading

0 comments on commit f67ca5f

Please sign in to comment.