__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
// Breakpoints
@mixin breakpoint($breakpoint, $media: all) {
@if $breakpoint == large-desktop-range {
@media only #{$media} and (min-width: $breakpoints-large-desktop-container) { @content; }
}
@else if $breakpoint == desktop-range {
@media only #{$media} and (min-width: $breakpoints-desktop-container) and (max-width: $breakpoints-large-desktop-container - 0.01rem) { @content; }
}
@else if $breakpoint == desktop-only {
@media only #{$media} and (min-width: $breakpoints-desktop-container) { @content; }
}
@else if $breakpoint == tablet-range {
@media only #{$media} and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; }
}
@else if $breakpoint == large-mobile-range {
@media only #{$media} and (min-width: $breakpoints-large-mobile-container + 0.01rem) and (max-width: $breakpoints-tablet-container - 0.01rem) { @content; }
}
@else if $breakpoint == small-mobile-range {
@media only #{$media} and (max-width: $breakpoints-large-mobile-container) { @content; }
}
@else if $breakpoint == no-mobile {
@media only #{$media} and (min-width: $breakpoints-tablet-container) { @content; }
}
@else if $breakpoint == mobile-only {
@media only #{$media} and (max-width: $breakpoints-tablet-container - 0.01rem) { @content; }
}
@else if $breakpoint == no-desktop {
@media only #{$media} and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; }
}
}| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| _base.scss | File | 98 B | 0664 |
|
| _breakpoints.scss | File | 1.42 KB | 0664 |
|
| _nav.scss | File | 1.76 KB | 0664 |
|
| _sizes.scss | File | 136 B | 0664 |
|
| _typography.scss | File | 137 B | 0664 |
|
| _utilities.scss | File | 396 B | 0664 |
|