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