This repository has been archived on 2024-10-31. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
www_ourworld_tf_archive/tailwind.config.js
2022-08-14 12:51:05 +02:00

9 lines
150 B
JavaScript

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