Files
btcprice/tailwind.config.js
magnusandClaude Opus 4.6 c999d831e7 Rewrite btcprice from Clojure to Python FastAPI
Replace the Clojure Kit application with a Python FastAPI app that
produces identical HTML output. WebSocket proxy, Danish number
formatting, and HTMX integration all preserved.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-13 12:33:03 +01:00

6 lines
115 B
JavaScript

module.exports = {
content: ["./app/**/*.py", "./resources/**/*.html"],
theme: { extend: {} },
plugins: []
}