Sha256: c39c8a112b712f8f1e6ddbaa81f389693d20a18b632ab65310667a5857ffcdda

Contents?: true

Size: 501 Bytes

Versions: 354

Compression:

Stored size: 501 Bytes

Contents

// Convert shorthand to the 4-value syntax

@function unpack($shorthand) {
  @if length($shorthand) == 1 {
    @return nth($shorthand, 1) nth($shorthand, 1) nth($shorthand, 1) nth($shorthand, 1);
  }
  @else if length($shorthand) == 2 {
    @return nth($shorthand, 1) nth($shorthand, 2) nth($shorthand, 1) nth($shorthand, 2);
  }
  @else if length($shorthand) == 3 {
    @return nth($shorthand, 1) nth($shorthand, 2) nth($shorthand, 3) nth($shorthand, 2);
  }
  @else {
    @return $shorthand;
  }
}

Version data entries

354 entries across 343 versions & 12 rubygems

Version Path
smock-0.1.238 app/assets/stylesheets/thirdparty/bourbon/functions/_unpack.scss
smock-0.1.237 app/assets/stylesheets/thirdparty/bourbon/functions/_unpack.scss
smock-0.1.236 app/assets/stylesheets/thirdparty/bourbon/functions/_unpack.scss
smock-0.1.235 app/assets/stylesheets/thirdparty/bourbon/functions/_unpack.scss
smock-0.1.234 app/assets/stylesheets/thirdparty/bourbon/functions/_unpack.scss
smock-0.1.233 app/assets/stylesheets/thirdparty/bourbon/functions/_unpack.scss
smock-0.1.232 app/assets/stylesheets/thirdparty/bourbon/functions/_unpack.scss
smock-0.1.231 app/assets/stylesheets/thirdparty/bourbon/functions/_unpack.scss
smock-0.1.230 app/assets/stylesheets/thirdparty/bourbon/functions/_unpack.scss
smock-0.1.229 app/assets/stylesheets/thirdparty/bourbon/functions/_unpack.scss
smock-0.1.228 app/assets/stylesheets/thirdparty/bourbon/functions/_unpack.scss
smock-0.1.227 app/assets/stylesheets/thirdparty/bourbon/functions/_unpack.scss
smock-0.1.226 app/assets/stylesheets/thirdparty/bourbon/functions/_unpack.scss
smock-0.1.225 app/assets/stylesheets/thirdparty/bourbon/functions/_unpack.scss
smock-0.1.224 app/assets/stylesheets/thirdparty/bourbon/functions/_unpack.scss
smock-0.1.9 app/assets/stylesheets/thirdparty/bourbon/functions/_unpack.scss
smock-0.1.223 app/assets/stylesheets/thirdparty/bourbon/functions/_unpack.scss
smock-0.1.222 app/assets/stylesheets/thirdparty/bourbon/functions/_unpack.scss
smock-0.1.221 app/assets/stylesheets/thirdparty/bourbon/functions/_unpack.scss
smock-0.1.220 app/assets/stylesheets/thirdparty/bourbon/functions/_unpack.scss