Skip to content

Commit

Permalink
Project updates
Browse files Browse the repository at this point in the history
  • Loading branch information
lesjames committed Jan 28, 2013
1 parent 5ddf76b commit 5758aca
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.sass-cache
.sass-cache
.DS_Store
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# v3.0.0 - 2/1/2102

* Merged @skibblenybbles refactor of JS [#29](https://github.com/lesjames/Breakpoint/pull/29)
* Providing minified version of Breakpoint JS
* Updated jQuery to 1.9.0
* Updated Modernizr to 2.6.2
* Moved IE conditionals back to HTML tag
2 changes: 1 addition & 1 deletion LICENSE-MIT
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2012 @lesjames
Copyright (c) 2013 Les James (https://github.com/lesjames/Breakpoint)

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
Expand Down
6 changes: 3 additions & 3 deletions static/sass/style.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*! Breakpoint - v2.1.1 - 2012-12-12
* https://github.com/lesjames/Breakpoint
* Copyright (c) 2012 @lesjames; Licensed MIT */
/* Breakpoint - v3.0.0 - 2012-2-1 */
/* https://github.com/lesjames/Breakpoint /*
/* Copyright (c) 2013 @lesjames; Licensed MIT */

// project specific variables and mixins and reset config
@import 'config';
Expand Down

0 comments on commit 5758aca

Please sign in to comment.