Move postcss purge config to gradle

This commit is contained in:
2020-10-26 22:14:01 +01:00
parent 95ec674eb8
commit fdc8d34f82
3 changed files with 36 additions and 11 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
module.exports = {
purge: {
content: [
'../simplenotes-app/src/main/kotlin/be/simplenotes/app/views/**/*.kt'
process.env.PURGE
]
},
theme: {