Fix Sass quality issues in lms/static/sass/features

Sass fixes
This commit is contained in:
Andy Armstrong
2017-09-10 23:23:11 -04:00
parent e5cab61897
commit 3bb6316620
8 changed files with 859 additions and 754 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=18431
export STYLELINT_THRESHOLD=18416
XSSLINT_THRESHOLDS=`cat scripts/xsslint_thresholds.json`
export XSSLINT_THRESHOLDS=${XSSLINT_THRESHOLDS//[[:space:]]/}