Sha256: 068a8fc3f9639cc34b29a3316ee94c1bca14aca866647af211d726000639e1bc

Contents?: true

Size: 451 Bytes

Versions: 41

Compression:

Stored size: 451 Bytes

Contents

@function new-breakpoint($query:$feature $value $columns, $total-columns: $grid-columns) {

  @if length($query) == 1 {
    $query: $default-feature nth($query, 1) $total-columns;
  }

  @else if length($query) == 2 or length($query) == 4 {
    $query: append($query, $total-columns);
  }

  @if not belongs-to($query, $visual-grid-breakpoints) {
    $visual-grid-breakpoints: append($visual-grid-breakpoints, $query, comma);
  }

  @return $query;
}

Version data entries

41 entries across 39 versions & 6 rubygems

Version Path
stump-cli-0.1.3 lib/wp/wp-content/themes/stump/assets/vendor/manhattan/neat/functions/_new-breakpoint.scss
stump-cli-0.1.2 lib/wp/wp-content/themes/stump/assets/vendor/manhattan/neat/functions/_new-breakpoint.scss
stump-cli-0.1.1 lib/wp/wp-content/themes/stump/assets/vendor/manhattan/neat/functions/_new-breakpoint.scss
blogelator-0.2.5 vendor/assets/stylesheets/blogelator/neat/functions/_new-breakpoint.scss
blocky-0.0.11 vendor/assets/stylesheets/blocky/neat/functions/_new-breakpoint.scss
blogelator-0.2.4 vendor/assets/stylesheets/blogelator/neat/functions/_new-breakpoint.scss
blocky-0.0.10 vendor/assets/stylesheets/blocky/neat/functions/_new-breakpoint.scss
blocky-0.0.9 vendor/assets/stylesheets/blocky/neat/functions/_new-breakpoint.scss
blocky-0.0.8 vendor/assets/stylesheets/blocky/neat/functions/_new-breakpoint.scss
blocky-0.0.7 vendor/assets/stylesheets/blocky/neat/functions/_new-breakpoint.scss
blocky-0.0.6 vendor/assets/stylesheets/blocky/neat/functions/_new-breakpoint.scss
blocky-0.0.5 vendor/assets/stylesheets/blocky/neat/functions/_new-breakpoint.scss
blocky-0.0.4 vendor/assets/stylesheets/blocky/neat/functions/_new-breakpoint.scss
blocky-0.0.3 vendor/assets/stylesheets/blocky/neat/functions/_new-breakpoint.scss
blocky-0.0.2 vendor/assets/stylesheets/blocky/neat/functions/_new-breakpoint.scss
blocky-0.0.1 vendor/assets/stylesheets/blocky/neat/functions/_new-breakpoint.scss
refills-0.0.2 source/stylesheets/neat/functions/_new-breakpoint.scss
blogelator-0.2.3 vendor/assets/stylesheets/blogelator/neat/functions/_new-breakpoint.scss
blogelator-0.2.2 vendor/assets/stylesheets/blogelator/functions/_new-breakpoint.scss
blogelator-0.2.2 vendor/assets/stylesheets/blogelator/neat/functions/_new-breakpoint.scss