Updating asss lint stuff with other scss improvements

Этот коммит содержится в:
Asaad Mahmood
2016-03-16 20:31:21 +05:00
родитель 809779a87f
Коммит f600b1dc2b
57 изменённых файлов: 1755 добавлений и 1351 удалений

Просмотреть файл

@@ -2,9 +2,9 @@
@media screen and (max-width: 960px) {
.sidebar--right {
z-index: 5;
@include translateX(100%);
@include single-transition(all, .5s, ease);
@include translateX(100%);
z-index: 5;
&.move--left {
@include translateX(0);
@@ -32,4 +32,4 @@
.second-bar {
display: none;
}
}
}