source:
bus-n-go-pavel-216049/bus-n-go-frontend/tailwind.config.js
Last change on this file was baf4cc4, checked in by , 3 months ago | |
---|---|
|
|
File size: 149 bytes |
Rev | Line | |
---|---|---|
[baf4cc4] | 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.