forked from NoLog.cz/public-web
8 lines
166 B
JavaScript
8 lines
166 B
JavaScript
/** @type {import('tailwindcss').Config} */
|
|
module.exports = {
|
|
content: ["content/**/*.md", "layouts/**/*.html"],
|
|
theme: {
|
|
extend: {},
|
|
},
|
|
plugins: [],
|
|
};
|