Add TailwindCSS

This commit is contained in:
Rob Cameron
2020-10-07 14:49:27 -07:00
parent 2941c967ad
commit b00bd8bba6
5 changed files with 279 additions and 13 deletions

12
web/tailwind.config.js Normal file
View File

@@ -0,0 +1,12 @@
module.exports = {
future: {
// removeDeprecatedGapUtilities: true,
// purgeLayersByDefault: true,
},
purge: [],
theme: {
extend: {},
},
variants: {},
plugins: [],
}