This repository has been archived on 2024-12-07. You can view files and clone it, but cannot push or open issues or pull requests.
helseveileder/frontend/tailwind.config.js
haraldnilsen 38f63c0167 added tailwindcss dependency
Co-authored-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
2023-12-10 16:22:29 +01:00

8 lines
158 B
JavaScript

/** @type {import('tailwindcss').Config} */
export default {
content: ["./src/**/*.{html,js,svelte,ts}"],
theme: {
extend: {},
},
plugins: [],
};