mirror of
https://github.com/Damillora/Yuika
synced 2024-11-21 16:57:32 +00:00
Restore some CSS class missing because of being purged
This commit is contained in:
parent
d72152c45b
commit
e9a0de562a
@ -13,9 +13,9 @@ const purgecss = require('@fullhuman/postcss-purgecss')({
|
||||
content: [
|
||||
'./**/*.hbs',
|
||||
'./assets/**/*.js',
|
||||
'./assets/css/styles.css', // This file defines required styles for the Ghost editor
|
||||
// etc.
|
||||
],
|
||||
whitelist: ['li'],
|
||||
|
||||
// Include any special characters you're using in this regular expression
|
||||
defaultExtractor: content => content.match(/[\w-/:]+(?<!:)/g) || []
|
||||
|
Loading…
Reference in New Issue
Block a user