mirror of
https://github.com/ivuorinen/generic-landing-page.git
synced 2026-01-26 11:44:00 +00:00
11 lines
153 B
JavaScript
11 lines
153 B
JavaScript
module.exports = {
|
|
content: ["./src/**/*.html", "./src/**/*.js"],
|
|
theme: {
|
|
extend: {},
|
|
},
|
|
variants: {
|
|
extend: {},
|
|
},
|
|
plugins: [],
|
|
};
|