diff options
author | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2016-12-02 15:23:59 +0000 |
---|---|---|
committer | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2016-12-02 15:23:59 +0000 |
commit | 2df878f13d77034353344cbbaec7bc43e466c819 (patch) | |
tree | fefdce3322d0d4c7b9fe8e247c0a0996ad585b98 /changelogs | |
parent | a1556200421f8e55fe1999a004694831553321dc (diff) | |
parent | d6d22a5dbd2ee04b59b2a80b3b6228575c3ea3ec (diff) | |
download | gitlab-ce-2df878f13d77034353344cbbaec7bc43e466c819.tar.gz |
Merge branch '23500-enable-colorvariable' into 'master'
Enable ColorVariable in scss-lint
## What does this MR do?
- Enable the ColorVariable rule in`.scss-lint.yml`
- Change all color literals in `app/assets/stylesheets` to color variables
## Why was this MR needed?
- Enforce the usage of color variables to better constrain the various color values being used
## Does this MR meet the acceptance criteria?
- [x] [Changelog entry](https://docs.gitlab.com/ce/development/changelog.html) added
- [x] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md)
- Tests
- [x] All builds are passing
- [x] Conform by the [merge request performance guides](http://docs.gitlab.com/ce/development/merge_request_performance_guidelines.html)
- [x] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides)
- [x] Branch has no merge conflicts with `master` (if it does - rebase it please)
- [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits)
## What are the relevant issue numbers?
Closes #23500
See merge request !7319
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/23500-enable-colorvariable.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changelogs/unreleased/23500-enable-colorvariable.yml b/changelogs/unreleased/23500-enable-colorvariable.yml new file mode 100644 index 00000000000..98e22a934b8 --- /dev/null +++ b/changelogs/unreleased/23500-enable-colorvariable.yml @@ -0,0 +1,4 @@ +--- +title: Enable ColorVariable in scss-lint +merge_request: +author: Sam Rose |