removed duplicated property

This commit is contained in:
FezVrasta 2016-08-04 12:34:02 +02:00
parent 948b43bda6
commit e56b76bae7

View File

@ -14,9 +14,8 @@
}
@mixin menu-top-left {
top: 100%;
left: 0;
top: auto;
left: 0;
bottom: 100%;
transform-origin: 0 100%;
}