eeg_certs/rs-front/tailwind.config.js

10 lines
203 B
JavaScript
Raw Normal View History

2023-12-07 15:24:31 +00:00
/** @type {import('tailwindcss').Config} */
module.exports = {
mode: "all",
content: ["./src/**/*.{rs,html,css}", "./dist/**/*.html"],
theme: {
extend: {},
},
plugins: [],
};