
There is a current bug with the css. possibly due to an overlap / override. page is viewable if you visit ieeeucsd.org/bash
8 lines
173 B
JavaScript
8 lines
173 B
JavaScript
/** @type {import('tailwindcss').Config} */
|
|
module.exports = {
|
|
content: ["./src/**/*.{js,jsx,ts,tsx,html}"],
|
|
theme: {
|
|
extend: {},
|
|
},
|
|
plugins: [],
|
|
};
|