mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-28 22:03:30 +03:00
12 lines
142 B
JavaScript
12 lines
142 B
JavaScript
|
const config = {
|
||
|
content: ["./src/**/*.{html,js,svelte,ts}"],
|
||
|
|
||
|
theme: {
|
||
|
extend: {},
|
||
|
},
|
||
|
|
||
|
plugins: [],
|
||
|
};
|
||
|
|
||
|
module.exports = config;
|