mirror of
https://github.com/github-tijlxyz/khatru-pyramid.git
synced 2025-05-11 00:35:51 +00:00
9 lines
220 B
JavaScript
9 lines
220 B
JavaScript
![]() |
/** @type {import('tailwindcss').Config} */
|
||
|
export default {
|
||
|
content: ["./src/**/*.{html,js,svelte}"],
|
||
|
theme: {
|
||
|
extend: {},
|
||
|
},
|
||
|
plugins: [require("@tailwindcss/forms"), require("@tailwindcss/typography")],
|
||
|
};
|