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

@@ -13,7 +13,7 @@ set -e
# Violations thresholds for failing the build
export PYLINT_THRESHOLD=3600
export ESLINT_THRESHOLD=9134
export STYLELINT_THRESHOLD=15852
export STYLELINT_THRESHOLD=5155
XSSLINT_THRESHOLDS=`cat scripts/xsslint_thresholds.json`
export XSSLINT_THRESHOLDS=${XSSLINT_THRESHOLDS//[[:space:]]/}