mirror of
https://github.com/wahyd4/links.git
synced 2026-08-09 05:06:16 +10:00
12 lines
140 B
JavaScript
12 lines
140 B
JavaScript
module.exports = {
|
|
content: [
|
|
// ...
|
|
],
|
|
theme: {
|
|
extend: {},
|
|
},
|
|
plugins: [
|
|
require('@tailwindcss/typography'),
|
|
],
|
|
}
|