mirror of
https://github.com/avinal/avinal.github.io.git
synced 2026-07-03 23:30:09 +05:30
85c3881dcd
Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com>
9 lines
188 B
JavaScript
9 lines
188 B
JavaScript
/** @type {import('tailwindcss').Config} */
|
|
module.exports = {
|
|
content: ["./src/**/*.{html,elm,js}"],
|
|
theme: {
|
|
extend: {},
|
|
},
|
|
plugins: [require("@tailwindcss/typography")],
|
|
};
|