datahub/tailwind.config.js
2020-06-04 11:48:02 +01:00

11 lines
117 B
JavaScript

module.exports = {
purge: [
'./**/*.tsx'
],
theme: {
extend: {},
},
variants: {},
plugins: [],
}