Skip to content

Commit

Permalink
fix: lint - placeholder-in-extend
Browse files Browse the repository at this point in the history
  • Loading branch information
mudassir-hafeez committed Apr 1, 2024
1 parent 8d7007a commit 768df72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions static/scss/detail/header.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// sass-lint:disable mixins-before-declarations
// sass-lint:disable mixins-before-declarations placeholder-in-extend
#header {
background-color: white;
position: relative;
Expand Down Expand Up @@ -356,9 +356,7 @@
text-align: right;

input[type="submit"] {
// sass-lint:disable-next-line no-placeholder-in-extend
@extend .btn;
// sass-lint:disable-next-line no-placeholder-in-extend
@extend .btn-primary;
border-radius: 5px;
background: $primary;
Expand Down
4 changes: 1 addition & 3 deletions static/scss/detail/subnav.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// sass-lint:disable mixins-before-declarations
// sass-lint:disable mixins-before-declarations placeholder-in-extend
.sub-nav-bar {
background: $gray-bg;
display: flex;
Expand Down Expand Up @@ -321,9 +321,7 @@
text-align: right;

input[type="submit"] {
// sass-lint:disable-next-line no-placeholder-in-extend
@extend .btn;
// sass-lint:disable-next-line no-placeholder-in-extend
@extend .btn-primary;
border-radius: 5px;
background: $primary;
Expand Down

0 comments on commit 768df72

Please sign in to comment.