Co-authored-by: Rares Stefan <948623+StephixOne@users.noreply.github.com> Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com>
6 lines
128 B
JavaScript
6 lines
128 B
JavaScript
/** @type {import('tailwindcss').Config} */
|
|
module.exports = {
|
|
content: ["./src/admin/**/*.{js,jsx,ts,tsx}"],
|
|
theme: {},
|
|
};
|