Skip to content

Commit a24b180

Browse files
committed
Update CHANGELOG.md
correct extend description
1 parent bc6abb8 commit a24b180

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
2013-03-07
44

5-
- support for `:extends()` in selectors and `&:extends();` in ruleset
5+
- support for `:extend()` in selectors (e.g. `input:extend(.button) {}`) and `&:extend();` in ruleset (e.g. `input { &:extend(.button all); }`)
66
- maths is now only done inside brackets. This means font: statements, media queries and the calc function can use a simpler format without being escaped. Disable this with --strict-maths-off in lessc and strictMaths:false in JavaScript.
77
- units are calculated, e.g. 200cm+1m = 3m, 3px/1px = 3. If you use units inconsistently you will get an error. Suppress this error with --strict-units-off in lessc or strictUnits:false in JavaScript
88
- `(~"@var")` selector interpolation is removed. Use @{var} in selectors to have variable selectors

0 commit comments

Comments
 (0)