This repository has been archived on 2024-10-31. You can view files and clone it, but cannot push or open issues or pull requests.
www_ourworld_tf_archive/tailwind.config.js
2022-08-11 12:27:46 +03:00

9 lines
150 B
JavaScript

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