UNPKG

145 BSCSSView Raw
1@mixin gl-mask-chevron-down {
2 mask-image: url($gl-icon-chevron-down);
3 mask-repeat: no-repeat;
4 mask-position: center;
5 mask-size: cover;
6}