%scoped {
  $first: 15px;
  $global-variable: $first + 2 !global;
  $color: #123;
  $global-with-function: quote($color) !global;
}

html {
  @extend %scoped;
}
