adds hugo starter tailwind theme
This commit is contained in:
6
themes/hugo-starter-tailwind-basic/tailwind.config.js
Normal file
6
themes/hugo-starter-tailwind-basic/tailwind.config.js
Normal file
@ -0,0 +1,6 @@
|
||||
const typography = require('@tailwindcss/typography');
|
||||
|
||||
module.exports = {
|
||||
content: ['./hugo_stats.json'],
|
||||
plugins: [typography],
|
||||
};
|
Reference in New Issue
Block a user