www_ourworld_ictc/tailwind.config.js
2022-10-24 16:40:47 +03:00

9 lines
175 B
JavaScript

/** @type {import('tailwindcss').Config} */
module.exports = {
content: ['./templates/**/*.html', '.index.html', '*.html'],
theme: {
extend: {},
},
plugins: [],
}