mirror of
https://github.com/sipeed/NanoKVM-USB.git
synced 2026-09-11 14:10:18 -05:00
9 lines
168 B
JavaScript
9 lines
168 B
JavaScript
/** @type {import('tailwindcss').Config} */
|
|
export default {
|
|
content: ['./index.html', './src/**/*.{js,ts,jsx,tsx}'],
|
|
theme: {
|
|
extend: {}
|
|
},
|
|
plugins: []
|
|
};
|