-
- Downloads
There was a problem fetching the pipeline summary.
Merge branch 'enable-scss-lint-single-line-per-selector' into 'master'
Enable SingleLinePerSelector in scss-lint ## What does this MR do? Enables `SingleLinePerSelector` in `.scss-lint.yml` ## Are there points in the code the reviewer needs to double check? This MR touches a lot of files, just need another pair of eyes to look through and make sure I didn't break anything. ## Why was this MR needed? Improve SCSS maintainability and consistency ## Screenshots (if relevant) None ## Does this MR meet the acceptance criteria? - Tests - [x] Added for this feature/bug - [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? #23485 See merge request !7081
Showing
- .scss-lint.yml 1 addition, 1 deletion.scss-lint.yml
- app/assets/stylesheets/framework/animations.scss 2 additions, 1 deletionapp/assets/stylesheets/framework/animations.scss
- app/assets/stylesheets/framework/blocks.scss 2 additions, 1 deletionapp/assets/stylesheets/framework/blocks.scss
- app/assets/stylesheets/framework/buttons.scss 2 additions, 1 deletionapp/assets/stylesheets/framework/buttons.scss
- app/assets/stylesheets/framework/common.scss 4 additions, 2 deletionsapp/assets/stylesheets/framework/common.scss
- app/assets/stylesheets/framework/dropdowns.scss 4 additions, 2 deletionsapp/assets/stylesheets/framework/dropdowns.scss
- app/assets/stylesheets/framework/flash.scss 4 additions, 2 deletionsapp/assets/stylesheets/framework/flash.scss
- app/assets/stylesheets/framework/gitlab-theme.scss 3 additions, 1 deletionapp/assets/stylesheets/framework/gitlab-theme.scss
- app/assets/stylesheets/framework/header.scss 9 additions, 4 deletionsapp/assets/stylesheets/framework/header.scss
- app/assets/stylesheets/framework/lists.scss 4 additions, 2 deletionsapp/assets/stylesheets/framework/lists.scss
- app/assets/stylesheets/framework/mobile.scss 8 additions, 4 deletionsapp/assets/stylesheets/framework/mobile.scss
- app/assets/stylesheets/framework/nav.scss 16 additions, 6 deletionsapp/assets/stylesheets/framework/nav.scss
- app/assets/stylesheets/framework/selects.scss 4 additions, 2 deletionsapp/assets/stylesheets/framework/selects.scss
- app/assets/stylesheets/framework/tables.scss 2 additions, 1 deletionapp/assets/stylesheets/framework/tables.scss
- app/assets/stylesheets/framework/tw_bootstrap.scss 2 additions, 1 deletionapp/assets/stylesheets/framework/tw_bootstrap.scss
- app/assets/stylesheets/framework/typography.scss 22 additions, 6 deletionsapp/assets/stylesheets/framework/typography.scss
- app/assets/stylesheets/highlight/dark.scss 13 additions, 6 deletionsapp/assets/stylesheets/highlight/dark.scss
- app/assets/stylesheets/highlight/monokai.scss 13 additions, 6 deletionsapp/assets/stylesheets/highlight/monokai.scss
- app/assets/stylesheets/highlight/solarized_dark.scss 13 additions, 6 deletionsapp/assets/stylesheets/highlight/solarized_dark.scss
- app/assets/stylesheets/highlight/solarized_light.scss 13 additions, 6 deletionsapp/assets/stylesheets/highlight/solarized_light.scss
Loading
Please register or sign in to comment