remove unused lib
[fw-ec-simulation.git] / tailwind.config.js
blobfef1506a0a605f95ee275655d05aba7cfaf6f064
1 /** @type {import('tailwindcss').Config} */
2 module.exports = {
3   content: ["*.html"],
4   theme: {
5     extend: {},
6   },
7   plugins: [],