Skip to content

Commit

Permalink
Merge pull request #1044 from qichunren/fix_sass_extend_deprecated_wa…
Browse files Browse the repository at this point in the history
…rning

Fixed DEPRECATION WARNING about deprecated sass @extend .a.b in application.scss
  • Loading branch information
huacnlee committed Jun 4, 2018
2 parents 52f5cb0 + 31a85ef commit 6577259
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/assets/stylesheets/application.scss
Expand Up @@ -518,10 +518,6 @@ img.emoji { width:20px; height:20px; }
display: inline-block;
padding: 8px;
margin: 0;

&.active {
@extend .btn-default.active;
}
}
}

Expand Down

0 comments on commit 6577259

Please sign in to comment.