source:
tailwind.config.js@
f4b4afa
Last change on this file since f4b4afa was f4b4afa, checked in by , 6 months ago | |
---|---|
|
|
File size: 148 bytes |
Line | |
---|---|
1 | /** @type {import('tailwindcss').Config} */ |
2 | module.exports = { |
3 | content: ["./src/**/*.{html,js}"], |
4 | theme: { |
5 | extend: {}, |
6 | }, |
7 | plugins: [], |
8 | } |
Note:
See TracBrowser
for help on using the repository browser.