__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
//************************************************************************//
// Background property for adding multiple backgrounds using shorthand
// notation.
//************************************************************************//
@mixin background($backgrounds...) {
@include _bourbon-deprecate-for-prefixing("background");
$webkit-backgrounds: ();
$spec-backgrounds: ();
@each $background in $backgrounds {
$webkit-background: ();
$spec-background: ();
$background-type: type-of($background);
@if $background-type == string or $background-type == list {
$background-str: if($background-type == list, nth($background, 1), $background);
$url-str: str-slice($background-str, 1, 3);
$gradient-type: str-slice($background-str, 1, 6);
@if $url-str == "url" {
$webkit-background: $background;
$spec-background: $background;
}
@else if $gradient-type == "linear" {
$gradients: _linear-gradient-parser("#{$background}");
$webkit-background: map-get($gradients, webkit-image);
$spec-background: map-get($gradients, spec-image);
}
@else if $gradient-type == "radial" {
$gradients: _radial-gradient-parser("#{$background}");
$webkit-background: map-get($gradients, webkit-image);
$spec-background: map-get($gradients, spec-image);
}
@else {
$webkit-background: $background;
$spec-background: $background;
}
}
@else {
$webkit-background: $background;
$spec-background: $background;
}
$webkit-backgrounds: append($webkit-backgrounds, $webkit-background, comma);
$spec-backgrounds: append($spec-backgrounds, $spec-background, comma);
}
background: $webkit-backgrounds;
background: $spec-backgrounds;
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| _animation.scss | File | 2.06 KB | 0664 |
|
| _appearance.scss | File | 153 B | 0664 |
|
| _backface-visibility.scss | File | 181 B | 0664 |
|
| _background-image.scss | File | 1.37 KB | 0664 |
|
| _background.scss | File | 1.79 KB | 0664 |
|
| _border-image.scss | File | 1.79 KB | 0664 |
|
| _calc.scss | File | 163 B | 0664 |
|
| _columns.scss | File | 1.84 KB | 0664 |
|
| _filter.scss | File | 194 B | 0664 |
|
| _flex-box.scss | File | 8.71 KB | 0664 |
|
| _font-face.scss | File | 688 B | 0664 |
|
| _font-feature-settings.scss | File | 243 B | 0664 |
|
| _hidpi-media-query.scss | File | 518 B | 0664 |
|
| _hyphens.scss | File | 186 B | 0664 |
|
| _image-rendering.scss | File | 395 B | 0664 |
|
| _keyframes.scss | File | 1.19 KB | 0664 |
|
| _linear-gradient.scss | File | 1.34 KB | 0664 |
|
| _perspective.scss | File | 360 B | 0664 |
|
| _placeholder.scss | File | 248 B | 0664 |
|
| _radial-gradient.scss | File | 1.42 KB | 0664 |
|
| _selection.scss | File | 837 B | 0664 |
|
| _text-decoration.scss | File | 893 B | 0664 |
|
| _transform.scss | File | 691 B | 0664 |
|
| _transition.scss | File | 2.48 KB | 0664 |
|
| _user-select.scss | File | 160 B | 0664 |
|