Clean Up the Contributing Documentation and Process: Part VII.XXXIII

* Fix the css/custom.css issues.
This commit is contained in:
Nicholas Hubbard 2016-09-08 15:44:43 -04:00 committed by GitHub
parent c76f2c8483
commit 17452cd5b6

View File

@ -13,7 +13,7 @@ module.exports = function(grunt) {
options: {
configFile: ".stylelintrc"
},
src: ["css/custom.css", "css/main.css", "modules/default/calendar/calendar.css", "modules/default/clock/clock_styles.css", "modules/default/currentweather/currentweather.css", "modules/default/weatherforcast/weatherforcast.css"]
src: ["css/main.css", "modules/default/calendar/calendar.css", "modules/default/clock/clock_styles.css", "modules/default/currentweather/currentweather.css", "modules/default/weatherforcast/weatherforcast.css"]
}
}
});