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.246 app/assets/stylesheets/thirdparty/neat/functions/_new-breakpoint.scss
smock-0.1.245 app/assets/stylesheets/thirdparty/neat/functions/_new-breakpoint.scss
smock-0.1.244 app/assets/stylesheets/thirdparty/neat/functions/_new-breakpoint.scss
smock-0.1.243 app/assets/stylesheets/thirdparty/neat/functions/_new-breakpoint.scss
smock-0.1.242 app/assets/stylesheets/thirdparty/neat/functions/_new-breakpoint.scss
smock-0.1.241 app/assets/stylesheets/thirdparty/neat/functions/_new-breakpoint.scss
smock-0.1.240 app/assets/stylesheets/thirdparty/neat/functions/_new-breakpoint.scss
smock-0.1.239 app/assets/stylesheets/thirdparty/neat/functions/_new-breakpoint.scss
smock-0.1.2 app/assets/stylesheets/thirdparty/neat/functions/_new-breakpoint.scss
smock-0.1.1 app/assets/stylesheets/thirdparty/neat/functions/_new-breakpoint.scss
smock-0.1.238 app/assets/stylesheets/thirdparty/neat/functions/_new-breakpoint.scss
smock-0.1.237 app/assets/stylesheets/thirdparty/neat/functions/_new-breakpoint.scss
smock-0.1.236 app/assets/stylesheets/thirdparty/neat/functions/_new-breakpoint.scss
smock-0.1.235 app/assets/stylesheets/thirdparty/neat/functions/_new-breakpoint.scss
smock-0.1.234 app/assets/stylesheets/thirdparty/neat/functions/_new-breakpoint.scss
smock-0.1.233 app/assets/stylesheets/thirdparty/neat/functions/_new-breakpoint.scss
smock-0.1.232 app/assets/stylesheets/thirdparty/neat/functions/_new-breakpoint.scss
smock-0.1.231 app/assets/stylesheets/thirdparty/neat/functions/_new-breakpoint.scss
smock-0.1.230 app/assets/stylesheets/thirdparty/neat/functions/_new-breakpoint.scss
smock-0.1.229 app/assets/stylesheets/thirdparty/neat/functions/_new-breakpoint.scss