提交 95eb0ced 编写于 作者: C Clement Ho

Fix scss_lint

上级 a290c92b
...@@ -46,8 +46,9 @@ linters: ...@@ -46,8 +46,9 @@ linters:
# - properties # - properties
# - @include declarations with inner @content # - @include declarations with inner @content
# - nested rule sets. # - nested rule sets.
# Disabled to minimize Bootstrap migration footprint
DeclarationOrder: DeclarationOrder:
enabled: true enabled: false
# `scss-lint:disable` control comments should be preceded by a comment # `scss-lint:disable` control comments should be preceded by a comment
# explaining why these linters are being disabled for this file. # explaining why these linters are being disabled for this file.
......
...@@ -24,7 +24,10 @@ html { ...@@ -24,7 +24,10 @@ html {
font-size: 14px; font-size: 14px;
} }
button, html [type="button"], [type="reset"], [type="submit"] { button,
html [type="button"],
[type="reset"],
[type="submit"] {
// Override bootstrap reboot // Override bootstrap reboot
-webkit-appearance: inherit; -webkit-appearance: inherit;
} }
......
...@@ -111,7 +111,7 @@ ...@@ -111,7 +111,7 @@
} }
@include media-breakpoint-down(xs){ @include media-breakpoint-down(xs) {
.file-editor { .file-editor {
.file-title { .file-title {
.float-right { .float-right {
......
...@@ -185,12 +185,12 @@ ...@@ -185,12 +185,12 @@
} }
.notes.notes-form > li.timeline-entry { .notes.notes-form > li.timeline-entry {
@include notes-media('max', map-get($grid-breakpoints, md)-1) { @include notes-media('max', map-get($grid-breakpoints, md) - 1) {
padding: 0; padding: 0;
} }
.timeline-content { .timeline-content {
@include notes-media('max', map-get($grid-breakpoints, md)-1) { @include notes-media('max', map-get($grid-breakpoints, md) - 1) {
margin: 0; margin: 0;
} }
} }
......
...@@ -408,7 +408,7 @@ ul.notes { ...@@ -408,7 +408,7 @@ ul.notes {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
@include notes-media('max', map-get($grid-breakpoints, sm)-1) { @include notes-media('max', map-get($grid-breakpoints, sm) - 1) {
flex-flow: row wrap; flex-flow: row wrap;
} }
} }
...@@ -427,7 +427,7 @@ ul.notes { ...@@ -427,7 +427,7 @@ ul.notes {
} }
.note-header-author-name { .note-header-author-name {
@include notes-media('max', map-get($grid-breakpoints, sm)-1) { @include notes-media('max', map-get($grid-breakpoints, sm) - 1) {
display: none; display: none;
} }
} }
...@@ -473,7 +473,7 @@ ul.notes { ...@@ -473,7 +473,7 @@ ul.notes {
margin-left: 10px; margin-left: 10px;
color: $gray-darkest; color: $gray-darkest;
@include notes-media('max', map-get($grid-breakpoints, lg)-1) { @include notes-media('max', map-get($grid-breakpoints, lg) - 1) {
float: none; float: none;
margin-left: 0; margin-left: 0;
} }
...@@ -491,7 +491,7 @@ ul.notes { ...@@ -491,7 +491,7 @@ ul.notes {
margin-left: 10px; margin-left: 10px;
color: $gray-darkest; color: $gray-darkest;
@include notes-media('max', map-get($grid-breakpoints, sm)-1) { @include notes-media('max', map-get($grid-breakpoints, sm) - 1) {
float: none; float: none;
margin-left: 0; margin-left: 0;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册