Skip to content

Instantly share code, notes, and snippets.

@productioncoder
Created December 15, 2018 14:04
Embed
What would you like to do?
Youtube in React: kicking out hard-coded magic numbers
@import '../../styles/shared.scss';
.video-info-box {
/* ... */
grid: auto auto / calc(#{$avatar-diameter} + #{$avatar-margin}) auto max-content;
/* ... */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment