Vector: Remove dead @import in screen.less
authorBartosz Dziewoński <matma.rex@gmail.com>
Sun, 3 Aug 2014 19:14:57 +0000 (21:14 +0200)
committerBartosz Dziewoński <matma.rex@gmail.com>
Sun, 3 Aug 2014 19:14:57 +0000 (21:14 +0200)
This file doesn't exist anymore after If248781e, I forgot to remove
this line. In a better world this would be throwing an exception
instead of just doing nothing and being stupid.

Change-Id: If75f0f4c5c0a896a04ab0009665a212051120c37

skins/Vector/screen.less

index f7b374f..da0dec5 100644 (file)
@@ -6,5 +6,4 @@
 @import "components/animations.less";
 @import "components/navigation.less";
 @import "components/footer.less";
-@import 'components/notifications.less';
 @import "components/externalLinks.less";