eeg_nest/tailwind.config.js

12 lines
174 B
JavaScript
Raw Normal View History

2023-05-07 00:06:11 +00:00
/** @type {import('tailwindcss').Config} */
module.exports = {
content: [
"./src/**/*.{tsx}",
],
theme: {
extend: {},
},
plugins: [],
};