mirror of
https://github.com/misenhower/splatoon2.ink.git
synced 2026-04-25 15:57:50 -05:00
Fix CSS purification for SplatNet gear bars
This commit is contained in:
parent
94bbae9ffa
commit
aca5fa1023
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user