diff --git a/.gitignore b/.gitignore index 9ba470d..4b11432 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -.sass-cache \ No newline at end of file +.sass-cache +.DS_Store diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..3386422 --- /dev/null +++ b/CHANGELOG.md @@ -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 \ No newline at end of file diff --git a/LICENSE-MIT b/LICENSE-MIT index a3080c1..3110af7 100644 --- a/LICENSE-MIT +++ b/LICENSE-MIT @@ -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 diff --git a/static/sass/style.scss b/static/sass/style.scss index 9cd626c..7d1c25c 100755 --- a/static/sass/style.scss +++ b/static/sass/style.scss @@ -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';