SPB Git

spb/airiskindex Public

The most methodologically rigorous, fully transparent AI job-exposure index.

TypeScript 88% Python 6.1% SQL 2.7% CSS 1.2% JavaScript 0.9% Shell 0.8%
403 B · 16 lines javascript
Raw Blame History
1//  File:    postcss.config.mjs2//  Path:    apps/web/postcss.config.mjs3//  Project: AI Risk Index — airiskindex.io4//  Author:  Simon-Pierre Boucher5//  Contact: contact@spboucher.ai6//  Copyright © 2026 Simon-Pierre Boucher. All rights reserved.7//8//  Description: PostCSS configuration (Tailwind + autoprefixer).910export default {11  plugins: {12    tailwindcss: {},13    autoprefixer: {},14  },15};16