__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
//************************************************************************//
// Background-image property for adding multiple background images with
// gradients, or for stringing multiple gradients together.
//************************************************************************//
@mixin background-image($images...) {
@include _bourbon-deprecate-for-prefixing("background-image");
$webkit-images: ();
$spec-images: ();
@each $image in $images {
$webkit-image: ();
$spec-image: ();
@if (type-of($image) == string) {
$url-str: str-slice($image, 1, 3);
$gradient-type: str-slice($image, 1, 6);
@if $url-str == "url" {
$webkit-image: $image;
$spec-image: $image;
}
@else if $gradient-type == "linear" {
$gradients: _linear-gradient-parser($image);
$webkit-image: map-get($gradients, webkit-image);
$spec-image: map-get($gradients, spec-image);
}
@else if $gradient-type == "radial" {
$gradients: _radial-gradient-parser($image);
$webkit-image: map-get($gradients, webkit-image);
$spec-image: map-get($gradients, spec-image);
}
}
$webkit-images: append($webkit-images, $webkit-image, comma);
$spec-images: append($spec-images, $spec-image, comma);
}
background-image: $webkit-images;
background-image: $spec-images;
}
| 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 |
|