38f63c0167
Co-authored-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
8 lines
158 B
JavaScript
8 lines
158 B
JavaScript
/** @type {import('tailwindcss').Config} */
|
|
export default {
|
|
content: ["./src/**/*.{html,js,svelte,ts}"],
|
|
theme: {
|
|
extend: {},
|
|
},
|
|
plugins: [],
|
|
};
|