Skip to content

Commit

Permalink
1.7.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeapage committed Sep 3, 2014
1 parent 6f7676a commit 08e2fc4
Show file tree
Hide file tree
Showing 8 changed files with 17,874 additions and 5 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# 1.7.5

2014-09-03

- Allow comments in keyframe (complete comment support coming in 2.0)
- pass options to parser from less.render
- Support /deep/ combinator
- handle fragments in data-uri's
- float @charsets to the top correctly
- updates to some dependencies
- Fix interpolated import in media query
- A few other various small corrections

# 1.7.4

2014-07-27
Expand Down
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "less",
"version": "1.7.4",
"main": "./dist/less-1.7.4.js",
"version": "1.7.5",
"main": "./dist/less-1.7.5.js",
"ignore": [
"**/.*",
"benchmark",
Expand Down

0 comments on commit 08e2fc4

Please sign in to comment.