| 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/cuisinesj/www/new/wp-content/themes/auberge/assets/sass/starter/base/ |
| Current File : /home/cuisinesj/www/new/wp-content/themes/auberge/assets/sass/starter/base/__clearing.scss |
/* FILE: starter/base/__clearing.scss */
//
// Floating clearing
//
// @link http://blog.teamtreehouse.com/a-better-clearfix-with-sass
.clearfix {
&::after {
content: '';
clear: both;
display: table;
table-layout: fixed;
}
}
.clear {
@extend .clearfix;
clear: both;
}