1
1
mirror of https://github.com/xplosionmind/quitsocialmedia.club.git synced 2024-12-27 16:43:25 +01:00
quitsocialmedia.club/purgecss.config.js

5 lines
157 B
JavaScript
Raw Normal View History

2023-04-12 21:58:52 +02:00
module.exports = {
content: ['./www/**/*.html'], // Content files referencing CSS classes
css: ['./www/style.css'] // CSS files to be purged in-place
};