Add rounding and spacing at the bottom of images

This commit is contained in:
Kurt Hutten
2021-05-07 07:46:03 +10:00
parent be6613ad09
commit 2d828d7739
12 changed files with 41 additions and 38 deletions

View File

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