Remove invalid property.

Since we're unsure of what this value should be and it has existed this long, simply removing and not making valid as to try and not break existing applications.
This commit is contained in:
Jonathan Garbee 2017-01-30 03:44:26 -05:00 committed by GitHub
parent b3953509ce
commit 2265e3d0bf

View File

@ -46,7 +46,6 @@
color: $card-text-color;
display: block;
display: flex;
justify-content: stretch;
line-height: normal;
padding: $card-vertical-padding $card-horizontal-padding;
perspective-origin: $card-title-perspective-origin-x $card-title-perspective-origin-y;