Skip to content

Commit

Permalink
Doc tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
36degrees committed Jul 10, 2018
1 parent 7e8ebbb commit e6c470a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion src/settings/_typography-responsive.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
/// @group settings/typography
////

/// Whether or not to define font sizes in rem. This is currently off by
/// Whether or not to define font sizes in rem, improving accessibility by
/// allowing users to adjust the base font-size. This is currently off by
/// default, but will be enabled by default for projects that do not use
/// alphagov/govuk_template in the next major release.
///
Expand Down
4 changes: 2 additions & 2 deletions src/tools/_px-to-rem.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

/// Convert pixels to rem
///
/// The $govuk-root-font-size must match the font-size on your root (html)
/// element
/// The $govuk-root-font-size (defined in settings/_typography-responsive.scss)
/// must be configured to match the font-size of your root (html) element
///
/// @param {Number} $value - Length in pixels
/// @return {Number} Length in rems
Expand Down

0 comments on commit e6c470a

Please sign in to comment.