vac.dev-experimental-old/tailwind.config.js

9 lines
115 B
JavaScript
Raw Normal View History

2017-11-19 10:46:43 -06:00
module.exports = {
2020-05-01 19:09:13 -05:00
purge: [`_site/**/*.html`],
2019-05-15 17:16:02 -05:00
theme: {
2020-05-01 19:09:13 -05:00
extend: {},
2017-11-19 10:46:43 -06:00
},
2019-05-15 17:16:02 -05:00
variants: {},
2020-05-01 19:09:13 -05:00
plugins: [],
};