source:
frontend/tailwind.config.js
| Last change on this file was 9af201e, checked in by , 12 days ago | |
|---|---|
|
|
| File size: 120 bytes | |
| Rev | Line | |
|---|---|---|
| [9af201e] | 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.
