mirror of
https://github.com/cupcakearmy/gps-info.git
synced 2026-04-02 18:55:23 +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
|