react-code-dataset / wp-calypso /client /my-sites /stats /components /highlight-cards /variables.scss
| @use "sass:math"; | |
| @import "@automattic/typography/styles/variables"; | |
| $vertical-margin: 32px; | |
| // From client/assets/stylesheets/shared/mixins/_breakpoints.scss. | |
| // Technically deprecated, but majority of Calypso still uses this. | |
| $custom-mobile-breakpoint: 660px; | |
| $break-wpcom-smallest: 320px; | |
| $mobile-highlights-section-top-padding: math.div($vertical-margin, 2); | |