remove comments in scss files

This commit is contained in:
Jonathan Rainville 2018-10-16 09:40:27 -04:00 committed by Pascal Precht
parent 2edbef81e4
commit 0b16b028b4
No known key found for this signature in database
GPG Key ID: 0EE28D8D6FD85D7D
4 changed files with 0 additions and 21 deletions

View File

@ -1,7 +1,6 @@
// scss-lint:disable all // scss-lint:disable all
.animated { .animated {
animation-duration: 1s; animation-duration: 1s;
// animation-fill-mode: both;
} }
.animated.infinite { .animated.infinite {

View File

@ -39,16 +39,12 @@
appearance: none; appearance: none;
} }
// &::-webkit-scrollbar-button { }
&::-webkit-scrollbar-track { &::-webkit-scrollbar-track {
background-color: lighten($aside-menu-bg, 5%); background-color: lighten($aside-menu-bg, 5%);
border-right: 1px solid darken($aside-menu-bg, 5%); border-right: 1px solid darken($aside-menu-bg, 5%);
border-left: 1px solid darken($aside-menu-bg, 5%); border-left: 1px solid darken($aside-menu-bg, 5%);
} }
// &::-webkit-scrollbar-track-piece { }
&::-webkit-scrollbar-thumb { &::-webkit-scrollbar-thumb {
height: 50px; height: 50px;
background-color: darken($aside-menu-bg, 10%); background-color: darken($aside-menu-bg, 10%);

View File

@ -83,14 +83,6 @@
} }
} }
// .navbar-brand {
// color: $navbar-active-color;
//
// @include hover-focus {
// color: $navbar-active-color;
// }
// }
.navbar-nav { .navbar-nav {
.nav-link { .nav-link {
color: $navbar-color; color: $navbar-color;

View File

@ -83,14 +83,6 @@
} }
} }
// .navbar-brand {
// color: $navbar-active-color;
//
// @include hover-focus {
// color: $navbar-active-color;
// }
// }
.navbar-nav { .navbar-nav {
.nav-link { .nav-link {
color: $navbar-color; color: $navbar-color;