SPB Git

spb/earth-now Public License

earth-now.co — real-time planetary dashboard: live world metrics modeled, not streamed.

TypeScript 93% Shell 2.3% SQL 1.4% JavaScript 1.3% Dockerfile 1.2% CSS 0.8%
289 B · 15 lines javascript
Raw Blame History
1/**2 * earth-now.co3 * Author:  Simon-Pierre Boucher4 * Contact: contact@spboucher.ai5 * File:    apps/web/postcss.config.mjs6 * Purpose: PostCSS pipeline for the web app — Tailwind CSS + Autoprefixer7 */89export default {10  plugins: {11    tailwindcss: {},12    autoprefixer: {},13  },14};15