Skip to content

Commit 2d96df7

Browse files
committed
info about @import-once removal
1 parent a24b180 commit 2d96df7

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
@@ -6,7 +6,7 @@
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
9-
- default behaviour of import is to import each file once.
9+
- default behaviour of import is to import each file once. `@import-once` has been removed.
1010
- You can specify options on imports to force it to behave as css or less `@import (less) "file.css"` will process the file as less
1111
- variables in mixins no longer 'leak' into their calling scope
1212
- added data-uri function which will inline an image into the output css. If ieCompat option is true and file is too large, it will fallback to a url()

0 commit comments

Comments
 (0)