annotate themes/contrib/mayo/sass/partials/_variables.scss @ 5:12f9dff5fda9
tip
Update to Drupal core 8.7.1
author |
Chris Cannam |
date |
Thu, 09 May 2019 15:34:47 +0100 |
parents |
5311817fb629 |
children |
|
rev |
line source |
Chris@2
|
1 // Mixin variables
|
Chris@2
|
2 // ====================================================================
|
Chris@2
|
3 $defined-bs-type: border-box !default;
|
Chris@2
|
4
|
Chris@2
|
5
|
Chris@2
|
6 // Breakpoint variables
|
Chris@2
|
7 // ====================================================================
|
Chris@2
|
8 $XS: 320px; // Smartphone portrait
|
Chris@2
|
9 $S: 480px; // Smartphone landscape
|
Chris@2
|
10 $M: 768px; // iPad portrait
|
Chris@2
|
11 $L: 1024px; // iPad landscape
|
Chris@2
|
12 $XL: 1224px; // Desktops and laptops
|
Chris@2
|
13 $BS: 1824px; // Large screens |