Replies: 5 comments 10 replies
|
Just tested in Less 4.2.0: @layer test {
ul {
li {
foo: bar;
}
}
}Outputs: Is there an issue? |
4 replies
|
Hello, @import (inline) "../css/bootstrap.css" layer(bootstrap); @layer custom { So the output of generated CSS could be like this: @layer bootstrap { @layer custom { |
6 replies
|
May be it is gulp-less problem. I'll will ask there. |
0 replies
|
Hello, See #4337 and #4340 which are now available on npm in release https://www.npmjs.com/package/less/v/4.4.0 If you encounter any issues or limitations with |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
@layeris out in all browsers. Does Less have a plan on how to support it? With@importsyntax?All reactions