Sha256: 31db99631074c3b8ff4336e095e5c61004a5b93088d6e246421a146f56d07ace

Contents?: true

Size: 647 Bytes

Versions: 4

Compression:

Stored size: 647 Bytes

Contents

// Do not forget to update getting-started/theming.md!
:root {
  // Custom variable values only support SassScript inside `#{}`.
  @each $color, $value in $colors {
    --#{$color}: #{$value};
  }

  @each $color, $value in $theme-colors {
    --#{$color}: #{$value};
  }

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

  // Use `inspect` for lists so that quoted items keep the quotes.
  // See https://github.com/sass/sass/issues/2383#issuecomment-336349172
  --font-family-sans-serif: #{inspect($font-family-sans-serif)};
  --font-family-monospace: #{inspect($font-family-monospace)};
}

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
chulapa-jekyll-1.1.0 _sass/bootstrap/_root.scss
chulapa-jekyll-1.0.1 _sass/bootstrap/_root.scss
chulapa-jekyll-1.0.0 _sass/bootstrap/_root.scss
jekyll-theme-discord-1.0.0 assets/dependencies/root.scss