Skip to content

Commit

Permalink
Merge https://github.com/less/less.js into case-insensite-units-2096
Browse files Browse the repository at this point in the history
Conflicts:
	test/css/comments.css
	test/less/comments.less
  • Loading branch information
jurcovicovam committed Sep 5, 2014
2 parents cbc8c78 + 08e2fc4 commit 4a49c63
Show file tree
Hide file tree
Showing 14 changed files with 17,914 additions and 11 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
Loading

0 comments on commit 4a49c63

Please sign in to comment.