Skip to content

Commit d083014

Browse files
committed
v2.3.0
1 parent d700715 commit d083014

File tree

6 files changed

+272
-142
lines changed

6 files changed

+272
-142
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# 2.3.0
2+
3+
2015-01-27
4+
5+
- add isruleset function
6+
- add optional import option, causing less to not fail if file not found
7+
- Fix browsers-side cache.
8+
- Many fixes to import reference - support `@support` and keyframe
9+
- Selectors now interpolate pseudo selectors (e.g. `:@{hover}`)
10+
- Fix comments missed off if they were at the end of the file
11+
- Fix !important used with parametric mixins
12+
- Emits warnings for extends when the target is not found
13+
- include-path now works on data-uri
14+
- variables and function calls work for path in data-uri
15+
- Fix absolute paths not working on imports sometimes.
16+
- Unicode BOM removed again
17+
- Misc. bug fixes
18+
119
# 2.2.0
220

321
2015-01-04

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "less",
3-
"version": "2.2.0",
3+
"version": "2.3.0",
44
"main": "dist/less.js",
55
"ignore": [
66
"**/.*",

0 commit comments

Comments
 (0)