Files
ostal.pl/wp-content/themes/ostal_WP/tailwind.config.js
2024-12-20 12:48:12 +01:00

7 lines
127 B
JavaScript

module.exports = {
content: ["./**/*.{php,html,js}", "./*.php"],
theme: {
extend: {},
},
plugins: [],
}