Sha256: a1f6a251d2bb7ab0ce606bed9fadb463a11666c22c7f0598bd7d28743f20afee

Contents?: true

Size: 432 Bytes

Versions: 245

Compression:

Stored size: 432 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 == 0 {
    $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

245 entries across 245 versions & 3 rubygems

Version Path
smock-0.1.268 app/assets/stylesheets/thirdparty/neat/functions/_new-breakpoint.scss
smock-0.1.267 app/assets/stylesheets/thirdparty/neat/functions/_new-breakpoint.scss
smock-0.1.266 app/assets/stylesheets/thirdparty/neat/functions/_new-breakpoint.scss
smock-0.1.265 app/assets/stylesheets/thirdparty/neat/functions/_new-breakpoint.scss
smock-0.1.264 app/assets/stylesheets/thirdparty/neat/functions/_new-breakpoint.scss
smock-0.1.263 app/assets/stylesheets/thirdparty/neat/functions/_new-breakpoint.scss
smock-0.1.262 app/assets/stylesheets/thirdparty/neat/functions/_new-breakpoint.scss
smock-0.1.261 app/assets/stylesheets/thirdparty/neat/functions/_new-breakpoint.scss
smock-0.1.260 app/assets/stylesheets/thirdparty/neat/functions/_new-breakpoint.scss
smock-0.1.259 app/assets/stylesheets/thirdparty/neat/functions/_new-breakpoint.scss
smock-0.1.258 app/assets/stylesheets/thirdparty/neat/functions/_new-breakpoint.scss
smock-0.1.256 app/assets/stylesheets/thirdparty/neat/functions/_new-breakpoint.scss
smock-0.1.255 app/assets/stylesheets/thirdparty/neat/functions/_new-breakpoint.scss
smock-0.1.254 app/assets/stylesheets/thirdparty/neat/functions/_new-breakpoint.scss
smock-0.1.253 app/assets/stylesheets/thirdparty/neat/functions/_new-breakpoint.scss
smock-0.1.252 app/assets/stylesheets/thirdparty/neat/functions/_new-breakpoint.scss
smock-0.1.251 app/assets/stylesheets/thirdparty/neat/functions/_new-breakpoint.scss
smock-0.1.250 app/assets/stylesheets/thirdparty/neat/functions/_new-breakpoint.scss
smock-0.1.249 app/assets/stylesheets/thirdparty/neat/functions/_new-breakpoint.scss
smock-0.1.247 app/assets/stylesheets/thirdparty/neat/functions/_new-breakpoint.scss