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

Color as list with function

This commit is contained in:
Lucas Vallenet
2023-04-19 15:37:52 +02:00
parent 8aac2ffea6
commit 9a2083d894
11 changed files with 5140 additions and 27 deletions

View File

@@ -21,6 +21,11 @@
--font-size-h5: #{rem(18px)};
--font-size-h6: #{rem(16px)};
// // Colors
// @each $color, $value in $colors {
// --color-#{"" + $color}: #{$value};
// }
@media (min-width: $from-small) {
--grid-columns: #{$base-column-nb};
--grid-gutter: #{rem(16px)};