Sass quality fixes in the LMS

This commit is contained in:
Andy Armstrong
2017-10-11 11:41:51 -04:00
parent 0702df51bf
commit 9f0fba0a8e
128 changed files with 9520 additions and 7343 deletions

View File

@@ -15,7 +15,7 @@
// Support .sr as a synonym for .sr-only
.sr {
@extend .sr-only;
@extend .sr-only;
}
// ----------------------------