Skip to content

Commit 08e2fc4

Browse files
committed
1.7.5 release
1 parent 6f7676a commit 08e2fc4

8 files changed

+17874
-5
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# 1.7.5
2+
3+
2014-09-03
4+
5+
- Allow comments in keyframe (complete comment support coming in 2.0)
6+
- pass options to parser from less.render
7+
- Support /deep/ combinator
8+
- handle fragments in data-uri's
9+
- float @charsets to the top correctly
10+
- updates to some dependencies
11+
- Fix interpolated import in media query
12+
- A few other various small corrections
13+
114
# 1.7.4
215

316
2014-07-27

bower.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "less",
3-
"version": "1.7.4",
4-
"main": "./dist/less-1.7.4.js",
3+
"version": "1.7.5",
4+
"main": "./dist/less-1.7.5.js",
55
"ignore": [
66
"**/.*",
77
"benchmark",

0 commit comments

Comments
 (0)