| Linux webm010.cluster103.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 Path : /home/c/u/i/cuisinesj/www/new/wp-content/themes/auberge/assets/sass/starter/base/ |
| Current File : /home/c/u/i/cuisinesj/www/new/wp-content/themes/auberge/assets/sass/starter/base/__breakpoints.scss |
/* FILE: starter/base/__breakpoints.scss */
//
// Responsive breakpoints that can be passed into JavaScript
//
//
// These values will not show up in content, but can be
// queried by JavaScript to know which breakpoint is active.
// Add or remove as many breakpoints as you like.
//
// @link https://www.lullabot.com/articles/importing-css-breakpoints-into-javascript
//
//
// xxs = too small
// xs = mobile portrait
// s = starting mobile landscape
// m = starting tablet portrait
// l = starting tablet landscape
// xl = starting laptop
// xxl = starting desktop
//
body {
&:before { // Using :before instead of ::before for compatibility
display: none; // Prevent from displaying
@each $device, $width in $breakpoint {
@include responsive( $width ) {
content: 'device_#{$device}';
}
}
}
}