Skip to content

Commit

Permalink
See changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
leigeber committed Jan 13, 2014
1 parent e6b56ab commit 8db2d55
Show file tree
Hide file tree
Showing 18 changed files with 346 additions and 146 deletions.
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,13 @@ Thumbs.db
.jshintrc
mixture.json
prepros.json

# Compile
package.json
project.json
Gruntfile.js
node_modules/
bower_components/
bower_components/

# Source Maps
.map
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# 1.1.3

2014-01-13

- FIXED: resolved problem with .right() mixin
- UPDATED: Updated LESS lib to 1.6.1
- UPDATED: Updated holder.js to 2.3
- UPDATED: Tweaked gitignore to exclude sourcemap .map files
- UPDATED: Removed unneeded comment in empty LESS files with fix in LESS 1.6.1

# 1.1.2

2014-01-09
Expand Down
4 changes: 2 additions & 2 deletions assets/css/core/mixins.less
Original file line number Diff line number Diff line change
Expand Up @@ -1668,11 +1668,11 @@
float: @value;
}
.float (left; @value) {
.left();
.float(left);
.width(@value);
}
.float (right; @value) {
.left();
.float(right);
.width(@value);
}
.left () {
Expand Down
1 change: 0 additions & 1 deletion assets/css/custom/breakpoints/desktop-large.less
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
// Breakpoint rules
1 change: 0 additions & 1 deletion assets/css/custom/breakpoints/desktop-medium.less
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
// Breakpoint rules
1 change: 0 additions & 1 deletion assets/css/custom/screen.less
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ footer[role='contentinfo'] {
p {
.centered-block(800px);
.spaced(2.8);
.text-shadow();
.white();
}
}
Expand Down
2 changes: 1 addition & 1 deletion assets/css/legacy.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/css/legacy.less
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Wee 1.1.2 (weepower.com)
// Wee 1.1.3 (weepower.com)
// Licensed under the Apache License v2
// http://www.apache.org/licenses/LICENSE-2.0

Expand Down
2 changes: 1 addition & 1 deletion assets/css/style.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/css/style.less
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Wee 1.1.2 (weepower.com)
// Wee 1.1.3 (weepower.com)
// Licensed under the Apache License v2
// http://www.apache.org/licenses/LICENSE-2.0

Expand Down
Loading

0 comments on commit 8db2d55

Please sign in to comment.