source:
frontend/tailwind.config.js@
cdcff72
| Last change on this file since cdcff72 was 9af201e, checked in by , 11 days ago | |
|---|---|
|
|
| File size: 120 bytes | |
| Line | |
|---|---|
| 1 | module.exports = { |
| 2 | content: [ |
| 3 | "./src/**/*.{js,jsx,ts,tsx}", |
| 4 | ], |
| 5 | theme: { |
| 6 | extend: {}, |
| 7 | }, |
| 8 | plugins: [], |
| 9 | } |
Note:
See TracBrowser
for help on using the repository browser.
