human-anatomy-3d/tailwind.config.js

9 lines
114 B
JavaScript
Raw Normal View History

2020-06-20 18:16:50 +00:00
module.exports = {
purge: ['./src/**/*.ejs'],
theme: {
extend: {},
},
variants: {},
plugins: [],
};