mirror of
https://github.com/jcreek/Tech-Radar-Editor.git
synced 2026-07-12 18:43:46 +00:00
8 lines
134 B
JavaScript
8 lines
134 B
JavaScript
module.exports = {
|
|
content: ["./src/**/*.{svelte,js,ts}", "./public/index.html"],
|
|
theme: {
|
|
extend: {},
|
|
},
|
|
plugins: [],
|
|
};
|