2
0
Fork 0
mirror of https://github.com/tchartron/blow synced 2025-03-04 07:07:15 +00:00
This commit is contained in:
Thomas Chartron 2021-11-12 22:22:11 +01:00
parent 7ec115524a
commit 641b6c1da6
2 changed files with 62345 additions and 62914 deletions

File diff suppressed because it is too large Load diff

View file

@ -1,5 +1,5 @@
module.exports = {
purge: [
purge: [
'./templates/**/*.html',
'./static/js/**/*.js',
],
@ -11,4 +11,7 @@ module.exports = {
extend: {},
},
plugins: [],
corePlugins: {
preflight: false,
}
}