From: Bartosz DziewoƄski Date: Sun, 3 Aug 2014 19:14:57 +0000 (+0200) Subject: Vector: Remove dead @import in screen.less X-Git-Tag: 1.31.0-rc.0~14618 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/journal.php?a=commitdiff_plain;h=7dc242cecb28b84af0444f909f78cdd4228353f7;p=lhc%2Fweb%2Fwiklou.git Vector: Remove dead @import in screen.less 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 --- diff --git a/skins/Vector/screen.less b/skins/Vector/screen.less index f7b374f5be..da0dec5322 100644 --- a/skins/Vector/screen.less +++ b/skins/Vector/screen.less @@ -6,5 +6,4 @@ @import "components/animations.less"; @import "components/navigation.less"; @import "components/footer.less"; -@import 'components/notifications.less'; @import "components/externalLinks.less";