Replies: 3 comments 6 replies
-
Just tested in Less 4.2.0: @layer test {
ul {
li {
foo: bar;
}
}
} Outputs:
Is there an issue? |
Beta Was this translation helpful? Give feedback.
-
Hello, @import (inline) "../css/bootstrap.css" layer(bootstrap); @layer custom { So the output of generated CSS could be like this: @layer bootstrap { @layer custom { |
Beta Was this translation helpful? Give feedback.
-
May be it is gulp-less problem. I'll will ask there. |
Beta Was this translation helpful? Give feedback.
-
@layer
is out in all browsers. Does Less have a plan on how to support it? With@import
syntax?Beta Was this translation helpful? Give feedback.
All reactions