Skip to content
Snippets Groups Projects
Commit 2baef395 authored by Takuya Noguchi's avatar Takuya Noguchi
Browse files

Enable BangFormat in scss-lint

parent 4daa6da5
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -10,7 +10,7 @@ linters:
# Reports when you use improper spacing around ! (the "bang") in !default,
# !global, !important, and !optional flags.
BangFormat:
enabled: false
enabled: true
 
# Whether or not to prefer `border: 0` over `border: none`.
BorderZero:
Loading
Loading
Loading
Loading
@@ -675,8 +675,8 @@
}
 
.pika-single {
position: relative!important;
top: 0!important;
position: relative !important;
top: 0 !important;
border: 0;
box-shadow: none;
}
Loading
Loading
Loading
Loading
@@ -330,7 +330,7 @@ header {
padding-left: 5px;
 
.nav > li:not(.hidden-xs) {
display: table-cell!important;
display: table-cell !important;
width: 25%;
 
a {
Loading
Loading
Loading
Loading
@@ -11,7 +11,7 @@
 
.is-dragging {
// Important because plugin sets inline CSS
opacity: 1!important;
opacity: 1 !important;
 
* {
-webkit-user-select: none;
Loading
Loading
@@ -19,8 +19,8 @@
-ms-user-select: none;
user-select: none;
// !important to make sure no style can override this when dragging
cursor: -webkit-grabbing!important;
cursor: grabbing!important;
cursor: -webkit-grabbing !important;
cursor: grabbing !important;
}
}
 
Loading
Loading
.js-pipeline-schedule-form {
.dropdown-select,
.dropdown-menu-toggle {
width: 100%!important;
width: 100% !important;
}
 
.gl-field-error {
Loading
Loading
Loading
Loading
@@ -37,7 +37,7 @@ ul.notes-form,
.issuable-details .content-block-small,
.edit-link,
.note-action-button {
display: none!important;
display: none !important;
}
 
pre {
Loading
Loading
---
title: Enable BangFormat in scss-lint [ci skip]
merge_request: 12815
author: Takuya Noguchi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment