Move sculpin-old files to sculpin-old directory
This commit is contained in:
parent
50aa844492
commit
3f85249f3c
447 changed files with 0 additions and 0 deletions
9
sculpin-old/purgecss.config.js
Normal file
9
sculpin-old/purgecss.config.js
Normal file
|
@ -0,0 +1,9 @@
|
|||
let glob = require('glob-all')
|
||||
|
||||
module.exports = {
|
||||
defaultExtractor: content => content.match(/[\w-/:]+(?<!:)/g) || [],
|
||||
paths: () => glob.sync([
|
||||
'source/**/*.{md,twig}'
|
||||
]),
|
||||
whitelistPatterns: [/(code|kbd|pre|samp)/, /hljs/, /language/]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue