08-27-周三_17-09-29
This commit is contained in:
5
node_modules/less/test/less-bom/nested-gradient-with-svg-gradient/mixin-consumer.less
generated
vendored
Normal file
5
node_modules/less/test/less-bom/nested-gradient-with-svg-gradient/mixin-consumer.less
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
@import "svg-gradient-mixin.less";
|
||||
|
||||
.gray-gradient {
|
||||
.gradient-mixin(#999);
|
||||
}
|
15
node_modules/less/test/less-bom/nested-gradient-with-svg-gradient/svg-gradient-mixin.less
generated
vendored
Normal file
15
node_modules/less/test/less-bom/nested-gradient-with-svg-gradient/svg-gradient-mixin.less
generated
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
.gradient-mixin(@color) {
|
||||
background: svg-gradient(to bottom,
|
||||
fade(@color, 0%) 0%,
|
||||
fade(@color, 5%) 60%,
|
||||
fade(@color, 10%) 70%,
|
||||
fade(@color, 15%) 73%,
|
||||
fade(@color, 20%) 75%,
|
||||
fade(@color, 25%) 80%,
|
||||
fade(@color, 30%) 85%,
|
||||
fade(@color, 35%) 88%,
|
||||
fade(@color, 40%) 90%,
|
||||
fade(@color, 45%) 95%,
|
||||
fade(@color, 50%) 100%
|
||||
);
|
||||
}
|
Reference in New Issue
Block a user