summaryrefslogtreecommitdiff
path: root/doc/development/fe_guide/style_guide_scss.md
diff options
context:
space:
mode:
authorSimon Knox <psimyn@gmail.com>2019-04-03 13:24:07 +1100
committerSimon Knox <psimyn@gmail.com>2019-04-04 00:54:32 +1100
commitc4c6dcb68c71cd31ecad96bea397a595109aaa24 (patch)
treedb199fc2e6d9e9c85a54a3e69355a3f787782f10 /doc/development/fe_guide/style_guide_scss.md
parent645303c7e71d554c3ee1a338730d8b779c47acc1 (diff)
downloadgitlab-ce-c4c6dcb68c71cd31ecad96bea397a595109aaa24.tar.gz
Add color util classes for backgrounds and text
We have a range of shades for most of the theme colors Grouped them into color maps the same way Bootstrap does for $grays already Also add type scale utils
Diffstat (limited to 'doc/development/fe_guide/style_guide_scss.md')
-rw-r--r--doc/development/fe_guide/style_guide_scss.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/fe_guide/style_guide_scss.md b/doc/development/fe_guide/style_guide_scss.md
index 6f6b361f423..6e2a66771e4 100644
--- a/doc/development/fe_guide/style_guide_scss.md
+++ b/doc/development/fe_guide/style_guide_scss.md
@@ -12,7 +12,7 @@ led by the [GitLab UI WG](https://gitlab.com/gitlab-com/www-gitlab-com/merge_req
We have a few internal utility classes in [`common.scss`](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/app/assets/stylesheets/framework/common.scss)
and we use [Bootstrap's Utility Classes](https://getbootstrap.com/docs/4.3/utilities/)
-New utility classes should be added to [`common.scss`](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/app/assets/stylesheets/framework/common.scss).
+New utility classes should be added to [`utilities.scss`](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/app/assets/stylesheets/utilities.scss).
### Naming