Merge branch 'remove-css-imports' into 'master'

Remove unneccessary imports

See merge request gitlab-org/gitlab-ce!18993
This commit is contained in:
Phil Hughes 2018-05-17 07:24:50 +00:00
commit 2f7e0aba2f
2 changed files with 0 additions and 4 deletions

View File

@ -1,5 +1,3 @@
@import './issues/issue_count_badge';
[v-cloak] {
display: none;
}

View File

@ -1,5 +1,3 @@
@import "./issues/issue_count_badge";
.issues-list {
.issue {
padding: 10px 0 10px $gl-padding;