Skip to content

Instantly share code, notes, and snippets.

View Vennik's full-sized avatar

René Vennik Vennik

View GitHub Profile
@Vennik
Vennik / menu.less
Created June 12, 2015 09:40
Arrows
/* Transition */
.transition (...) {
-webkit-transition: @arguments;
-ms-transition: @arguments;
transition: @arguments;
}
@media (min-width: 768px) {
.header {
position: relative;