Sha256: f8f0a0f11544049c480bb2503fa68be906e4bce5f11b2c4cee5c028ea88f84aa

Contents?: true

Size: 255 Bytes

Versions: 81

Compression:

Stored size: 255 Bytes

Contents

// Base font size in pixels
$base-font-size: 16;

// Convert pixels to em
@function pem($px, $base: $base-font-size) {

  @if (unitless($px)) {
    $px: $px * 1px;
  }

  @if (unitless($base)) {
    $base: $base * 1px;
  }

  @return $px / $base * 1em;
}

Version data entries

81 entries across 81 versions & 5 rubygems

Version Path
govuk_frontend_toolkit-9.0.1 app/assets/stylesheets/_helpers.scss
govuk_frontend_toolkit-9.0.0 app/assets/stylesheets/_helpers.scss
govuk_tech_docs-1.9.0.pre.rc2 lib/assets/stylesheets/govuk_frontend_toolkit/_helpers.scss
govuk_tech_docs-1.9.0.pre.gfe lib/assets/stylesheets/govuk_frontend_toolkit/_helpers.scss
govuk_tech_docs-1.8.3 lib/assets/stylesheets/govuk_frontend_toolkit/_helpers.scss
dss_tech_docs-0.1.2 lib/assets/stylesheets/govuk_frontend_toolkit/_helpers.scss
dss_tech_docs-0.1.1 lib/assets/stylesheets/govuk_frontend_toolkit/_helpers.scss
dss_tech_docs-0.1.0 lib/assets/stylesheets/govuk_frontend_toolkit/_helpers.scss
govuk_frontend_toolkit-8.2.0 app/assets/stylesheets/_helpers.scss
govuk_tech_docs-1.8.2 lib/assets/stylesheets/govuk_frontend_toolkit/_helpers.scss
govuk_tech_docs-1.8.1 lib/assets/stylesheets/govuk_frontend_toolkit/_helpers.scss
govuk_tech_docs-1.8.0 lib/assets/stylesheets/govuk_frontend_toolkit/_helpers.scss
govuk_tech_docs-1.7.0 lib/assets/stylesheets/govuk_frontend_toolkit/_helpers.scss
govuk_tech_docs-1.6.3 lib/assets/stylesheets/govuk_frontend_toolkit/_helpers.scss
govuk_tech_docs-1.6.2 lib/assets/stylesheets/govuk_frontend_toolkit/_helpers.scss
govuk_frontend_toolkit-8.1.0 app/assets/stylesheets/_helpers.scss
govuk_frontend_toolkit-8.0.0 app/assets/stylesheets/_helpers.scss
govuk_tech_docs-1.6.1 lib/assets/stylesheets/govuk_frontend_toolkit/_helpers.scss
govuk_tech_docs-1.6.0 lib/assets/stylesheets/govuk_frontend_toolkit/_helpers.scss
govuk_tech_docs-1.5.0 lib/assets/stylesheets/govuk_frontend_toolkit/_helpers.scss