Add rounding and spacing at the bottom of images
This commit is contained in:
@@ -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'],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user