The repo tracks work progress for ura.design website redesign
 
 
 

13 lines
243 B

module.exports = {
plugins: {
"@fullhuman/postcss-purgecss": {
content: [
"./assets/js/*.js",
"./content/**/*.md",
"./layouts/**/*.html",
],
safelist: [""],
blocklist: [""],
},
},
};