Sha256: 6e522bda1ff6d7d4e90222879e497d3c7fd06d7feac158f4a9ada443e6784f3e

Contents?: true

Size: 354 Bytes

Versions: 3

Compression:

Stored size: 354 Bytes

Contents

// HEADINGS
// Mixin with pre-scope and condition
@mixin headings($from: 1, $to: 6, $condition: '', $prescope: '')
  @for $i from $from through $to
    #{$prescope}h#{$i}#{$condition}, #{$prescope}.h#{$i}#{$condition}
      @content

// Reset bottom margin of :last-og-type in cards and modals
@mixin no-last-bottom()
  & > :last-child
    @extend .mb-0

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
jekyll-any-theme-0.1.2 _sass/any_theme/_mixins.sass
jekyll-any-theme-0.1.1 _sass/any_theme/_mixins.sass
jekyll-any-theme-0.1.0 _sass/any_theme/_mixins.sass