File size: 182 Bytes
f5071ca | 1 2 3 4 5 6 7 | /** @type {import('tailwindcss').Config} */
export const content = ["./index.html", "./src/**/*.{js,jsx,ts,tsx}"];
export const theme = {
extend: {},
};
export const plugins = [];
|
f5071ca | 1 2 3 4 5 6 7 | /** @type {import('tailwindcss').Config} */
export const content = ["./index.html", "./src/**/*.{js,jsx,ts,tsx}"];
export const theme = {
extend: {},
};
export const plugins = [];
|