@use './variables' as *

.v-code
  background-color: rgb($code-background-color)
  border-radius: $code-border-radius
  font-size: $code-font-size
  font-weight: $code-font-weight
  padding: $code-padding
