source:
lan-frontend/tailwind.config.js@
a762898
| Last change on this file since a762898 was 2058e5c, checked in by , 6 months ago | |
|---|---|
|
|
| File size: 181 bytes | |
| Rev | Line | |
|---|---|---|
| [2058e5c] | 1 | /** @type {import('tailwindcss').Config} */ |
| 2 | export default { | |
| 3 | content: [ | |
| 4 | "./index.html", | |
| 5 | "./src/**/*.{js,ts,jsx,tsx}", | |
| 6 | ], | |
| 7 | theme: { | |
| 8 | extend: {}, | |
| 9 | }, | |
| 10 | plugins: [], | |
| 11 | } |
Note:
See TracBrowser
for help on using the repository browser.
