mirror of
https://github.com/LeNei/card-quartett-carousel.git
synced 2026-02-13 14:54:42 +00:00
9 lines
152 B
JavaScript
9 lines
152 B
JavaScript
/** @type {import('tailwindcss').Config} */
|
|
module.exports = {
|
|
content: ['./src/**/*.{html,js,svelte,ts}'],
|
|
theme: {
|
|
extend: {}
|
|
},
|
|
plugins: []
|
|
};
|