Skip to content

Commit

Permalink
removed hard coded IE column count
Browse files Browse the repository at this point in the history
  • Loading branch information
lesjames committed Jun 30, 2013
1 parent b16b9a4 commit d90a267
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 4.6.1

Removed accidental hard coded IE column count

# 4.6.0

* Fix for IE image loading
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": "breakpoint",
"version": "4.6.0",
"version": "4.6.1",
"description": "Breakpoint is a column based media query generator and responsive image framework.",
"author": "Les James",
"homepage": "https://github.com/lesjames/breakpoint",
Expand Down
1 change: 0 additions & 1 deletion breakpoint/_core.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
$current-bp: 0;
$counter: 0;
$ie-support: 12;

// push small breakpoint label into list
$first-breakpoint: append($first-breakpoint, ());
Expand Down

0 comments on commit d90a267

Please sign in to comment.