(css) Cleanup directives already in material

This commit is contained in:
Francis Lachapelle
2015-08-06 11:48:42 -04:00
parent ff1a1e6f59
commit 2a132b4e8f
4 changed files with 5 additions and 33 deletions
@@ -1,12 +1,2 @@
/// divider.scss -*- Mode: scss; indent-tabs-mode: nil; basic-offset: 2 -*-
@import 'extends';
md-divider {
display: block;
border-top: 1px solid;
margin: 0;
&.md-inset {
margin-left: $baseline-grid * 9;
}
}