obp/tailwind.config.js
Nicolai Van der Storm e03c0a4e8d
Some checks failed
Build and Push Docker Image / build (push) Failing after 1m0s
stable setup + tailwind
2024-09-11 07:07:58 +02:00

12 lines
204 B
JavaScript

module.exports = {
content: [
'./src/**/*.rs', // for Rust files containing HTML
'./index.html', // the main HTML file (if applicable)
],
theme: {
extend: {},
},
plugins: [],
};