frontend/src/styles/theme/variables-derived.scss
2021-05-26 22:10:50 +02:00

5 lines
132 B
SCSS

@use "sass:math";
// Variables that are derived from bulma variables need to be included after them
$mobile: math.div($tablet, 2);