Skip to content

Commit

Permalink
Added breakpoints as css variables (#36095)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaack authored Oct 3, 2022
1 parent 9a58276 commit 2fa7aa0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scss/_root.scss
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,8 @@
--#{$prefix}code-color: #{$code-color};

--#{$prefix}highlight-bg: #{$mark-bg};

@each $name, $value in $grid-breakpoints {
--#{$prefix}breakpoint-#{$name}: #{$value};
}
}

0 comments on commit 2fa7aa0

Please sign in to comment.