From 602380e52df0c004d276d6ebe32fe731e4b7135c Mon Sep 17 00:00:00 2001 From: Ben Patterson Date: Wed, 15 Jun 2016 16:47:28 -0400 Subject: [PATCH] Remove improper scss syntax. This was a typo that was missed, and is not resulting in any styling. Removing it is a no-op. The original committer does not work in this code anymore, and it is old enough such that changing it would be more disruptive. --- lms/static/sass/views/_shoppingcart.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/lms/static/sass/views/_shoppingcart.scss b/lms/static/sass/views/_shoppingcart.scss index 9dcab73a0e..f7f811560a 100644 --- a/lms/static/sass/views/_shoppingcart.scss +++ b/lms/static/sass/views/_shoppingcart.scss @@ -896,7 +896,6 @@ $light-border: 1px solid $gray-l5; padding: $baseline; h2 { - @xtend %t-title5; @extend %t-strong; margin-bottom: 0; color: $dark-gray1;