mirror of
https://github.com/imfing/hextra.git
synced 2025-05-13 04:46:26 -04:00
7 lines
137 B
JavaScript
7 lines
137 B
JavaScript
![]() |
const typography = require('@tailwindcss/typography');
|
||
|
|
||
|
module.exports = {
|
||
|
content: ['./hugo_stats.json'],
|
||
|
plugins: [typography],
|
||
|
};
|