Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • B bootstrap
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 263
    • Issues 263
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 114
    • Merge requests 114
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Bootstrap
  • bootstrap
  • Merge requests
  • !23816

RFS (Responsive font size) implementation

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge github/fork/MartijnCuppens/rfs-rem-implementation into v4-dev Sep 03, 2017
  • Overview 0
  • Commits 1
  • Pipelines 0
  • Changes 35

Created by: MartijnCuppens

Fixes #23053 (closed)

  • RFS is disabled by default and can be switched on with $enable-responsive-font-sizes
  • font-size-properties are switched to the @include font-size()-mixin. Stylelint prevents the usage of font-size property.
  • Basic documentation added + link to github repo for further documentation.
  • RFS is enabled to rescale font-sizes of titles on the docs page.

Demo with RFS enabled available here (this is not the default behaviour, but would be the behaviour if $enable-responsive-font-sizes was true): https://project-rfs.github.io/

TODO:

  • Remove fusv false warning workaround
  • Decide whether or not we're going to keep $input-height-sm and $input-height-lg > no
  • Test if we should increase the minimum font size to 1.25rem > yes
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/MartijnCuppens/rfs-rem-implementation