mirror of
https://github.com/cupcakearmy/gps-info.git
synced 2024-12-23 00:26:26 +00:00
9 lines
123 B
JavaScript
9 lines
123 B
JavaScript
|
const config = {
|
||
|
content: ['./src/**/*.{html,js,svelte,ts}'],
|
||
|
theme: {
|
||
|
extend: {},
|
||
|
},
|
||
|
}
|
||
|
|
||
|
module.exports = config
|