mirror of
https://github.com/waku-org/js-waku-lab.git
synced 2025-01-13 02:24:21 +00:00
9 lines
156 B
JavaScript
9 lines
156 B
JavaScript
/** @type {import('tailwindcss').Config} */
|
|
module.exports = {
|
|
content: ["./src/**/*.{js,jsx,ts,tsx}"],
|
|
theme: {
|
|
extend: {},
|
|
},
|
|
plugins: [],
|
|
};
|