mirror of
https://github.com/cds-astro/aladin-lite.git
synced 2026-01-03 16:48:33 -08:00
12 lines
126 B
JavaScript
12 lines
126 B
JavaScript
module.exports = {
|
|
|
|
|
|
content: ["./src/**/*.{html,js}"],
|
|
|
|
theme: {
|
|
extend: {},
|
|
},
|
|
|
|
plugins: [require("daisyui")]
|
|
}
|