* WIP * WIP * WIP * fixed css for login page * WIP * working version * cleanup * aligned colors
6 lines
163 B
JavaScript
6 lines
163 B
JavaScript
/** @type {import('tailwindcss').Config} */
|
|
module.exports = {
|
|
content: ['./pages/**/*.{js,ts,jsx,tsx}', './components/**/*.{js,ts,jsx,tsx}'],
|
|
plugins: [],
|
|
};
|