mirror of
https://github.com/cs01/gdbgui
synced 2024-11-16 07:47:46 +01:00
9 lines
145 B
JavaScript
9 lines
145 B
JavaScript
|
module.exports = {
|
||
|
purge: ["./gdbgui/src/js/**", "./gdbgui/templates/*.html"],
|
||
|
theme: {
|
||
|
extend: {}
|
||
|
},
|
||
|
variants: {},
|
||
|
plugins: []
|
||
|
};
|