Fix CSS purification for SplatNet gear bars

This commit is contained in:
Matt Isenhower 2017-08-24 12:42:16 -07:00
parent 94bbae9ffa
commit aca5fa1023

View File

@ -99,6 +99,10 @@ module.exports = function(env) {
purifyOptions: {
whitelist: [
'.title:not(.is-spaced)+.subtitle', // Fix subtitle spacing
// Dynamic merchandise types
'.merchandise-box.shoes',
'.merchandise-box.head',
'.merchandise-box.clothes',
],
cleanCssOptions: {
rebase: false, // Leave relative paths alone when minifying CSS