talks/taking-flight-with-tailwind-css/code/19-purge-config.txt

11 lines
148 B
Plaintext
Raw Normal View History

module.exports = {
purge: [
'./src/**/*.html',
'./src/**/*.vue',
'./src/**/*.jsx',
],
theme: {},
variants: {},
plugins: [],
}