New filters using base64 strings, keyword filter

This commit is contained in:
Mark Cooper 2021-09-05 13:21:02 -05:00
parent af05e78cdf
commit d2a2f3ff6a
13 changed files with 152 additions and 79 deletions

View file

@ -5,7 +5,8 @@ module.exports = {
options: {
safelist: [
'bg-success',
'bg-red-600'
'bg-red-600',
'py-1.5'
]
}
},