Set editor mode of Sass files

This commit is contained in:
Francis Lachapelle
2015-05-20 09:31:53 -04:00
parent ed7f979635
commit e4e5106f97
21 changed files with 21 additions and 23 deletions
@@ -1,11 +1,10 @@
/// content.scss -*- Mode: text; indent-tabs-mode: nil; basic-offset: 2 -*-
/// content.scss -*- Mode: scss; indent-tabs-mode: nil; basic-offset: 2 -*-
@import 'extends';
// angular-material is mobile first (is it ?) SOGo is not. We're inversing
// the media definitions and replacing magic numbers with variables
// ----------------------------------------------------------------------------
md-content {
display: block;
position: relative;
overflow: auto;