Proof read docs

This commit is contained in:
Kurt Hutten
2021-05-07 17:49:53 +10:00
parent 2d828d7739
commit 7070ac21d4
13 changed files with 37 additions and 32 deletions

View File

@@ -1,5 +1,5 @@
const webConfig = require('../app/web/tailwind.config.js')
module.exports = {
...webConfig,
purge: ['./src/**/*.html', './src/**/*.js', './src/**/*.ts', './src/**/*.tsx', './blog/**/*.md', './blog/**/*.mdx', './docs/**/*.md', './docs/**/*.mdx'],
purge: ['./src/**/*.html', './src/**/*.js', './src/**/*.ts', './src/**/*.tsx', './blog/**/*.md', './blog/**/*.mdx', './docs/**/*.md', './docs/**/*.mdx', './src/**/*.css'],
}