Answers for "scss mixin skip argument use default"

CSS
0

scss mixin skip argument use default

// Since SASS 3.1 you can pass named arguments and omit the arguments you do not need
@include linear-gradient($from: #7a7a7a, $to: #1a1a1a, $ie-filters: true);
Posted by: Guest on January-22-2020

Browse Popular Code Answers by Language