Sha256: dd9f14f34b63400b2dc6644e48027853b7fa6a8a40b650283abbd16bbd3c3cb3

Contents?: true

Size: 536 Bytes

Versions: 15

Compression:

Stored size: 536 Bytes

Contents

// This function is required and used by the background-image mixin.
@function radial-gradient($pos, $shape-size,
                       $G1,        $G2,
                       $G3: false, $G4: false,
                       $G5: false, $G6: false,
                       $G7: false, $G8: false,
                       $G9: false, $G10: false) {

  $type: radial;
  $gradient: compact($pos, $shape-size, $G1, $G2, $G3, $G4, $G5, $G6, $G7, $G8, $G9, $G10);
  $type-gradient: append($type, $gradient, comma);

  @return $type-gradient;
}

Version data entries

15 entries across 15 versions & 2 rubygems

Version Path
app_sleuth-0.0.1.pre lib/app_sleuth/server/assets/sass/mixins/functions/_radial-gradient.scss
bourbon-1.4.0 app/assets/stylesheets/functions/_radial-gradient.scss
bourbon-1.3.6 app/assets/stylesheets/functions/_radial-gradient.scss
bourbon-1.3.5 app/assets/stylesheets/functions/_radial-gradient.scss
bourbon-1.3.4 app/assets/stylesheets/functions/_radial-gradient.scss
bourbon-1.3.3 app/assets/stylesheets/functions/_radial-gradient.scss
bourbon-1.3.2 app/assets/stylesheets/functions/_radial-gradient.scss
bourbon-1.3.0 app/assets/stylesheets/functions/_radial-gradient.scss
bourbon-1.2.0 app/assets/stylesheets/functions/_radial-gradient.scss
bourbon-1.1.0 app/assets/stylesheets/functions/_radial-gradient.scss
bourbon-1.0.4 app/assets/stylesheets/functions/_radial-gradient.scss
bourbon-1.0.3 app/assets/stylesheets/functions/_radial-gradient.scss
bourbon-1.0.2 app/assets/stylesheets/functions/_radial-gradient.scss
bourbon-1.0.1 app/assets/stylesheets/functions/_radial-gradient.scss
bourbon-1.0.0 app/assets/stylesheets/functions/_radial-gradient.scss