old-ieeeucsd-org/tailwind.config.js
chark1es 631e051cc0 add bash scripting as a page
There is a current bug with the css. possibly due to an overlap / override.

page is viewable if you visit ieeeucsd.org/bash
2024-03-10 13:17:27 -07:00

8 lines
173 B
JavaScript

/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./src/**/*.{js,jsx,ts,tsx,html}"],
theme: {
extend: {},
},
plugins: [],
};