1
0
mirror of https://github.com/locomotivemtl/locomotive-boilerplate.git synced 2026-01-15 00:55:08 +08:00

Merge scss functions / Fix strip-unit

This commit is contained in:
Lucas Vallenet
2023-06-08 10:57:59 +02:00
6 changed files with 81 additions and 9 deletions

View File

@@ -14,7 +14,7 @@
--container-width: calc(100% - 2 * var(--grid-margin));
// Font sizes
--font-size-h1: #{rem(36px)};
--font-size-h1: #{responsive-type(36px, 72px, 1400px)};
--font-size-h2: #{rem(28px)};
--font-size-h3: #{rem(24px)};
--font-size-h4: #{rem(20px)};