https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21237 --- Comment #1 from Owen Leonard <oleonard@myacpl.org> --- Created attachment 77939 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=77939&action=edit Bug 21237: Clean up staff client SCSS This patch removes a redundant linter configuration, .sass-lint.yml, which was added by mistake. Some linter rules have been modified to better conform to the defacto standard set by our existing CSS. staff-global.scss has been corrected to comply with linter rules (https://github.com/brigade/scss-lint/blob/master/lib/scss_lint/linter/README...): - Comment, style: silent - TrailingSemicolon, true - Shorthand - ColorKeyword, enabled: true - PropertySortOrder -- You are receiving this mail because: You are watching all bug changes.