notebook/tailwind.config.js
2022-01-06 19:14:29 -08:00

8 lines
83 B
JavaScript

module.exports = {
content: [],
theme: {
extend: {},
},
plugins: [],
}