vbv/tailwind.config.js

8 lines
114 B
JavaScript

module.exports = {
content: ["./vbv_lernwelt/**/*.{html,js}"],
theme: {
extend: {},
},
plugins: [],
}