SPB Git

spb/llmindex Public

The discriminative, contamination-resistant, fully transparent LLM ranking — updated live.

TypeScript 77.9% TeX 15.2% Python 3.7% SQL 1.4% JavaScript 1.1% Shell 0.5%
269 B · 13 lines javascript
Raw Blame History
1/**2 * llmindex.io — PostCSS configuration3 * Author:  Simon-Pierre Boucher4 * Contact: contact@spboucher.ai5 * License: Proprietary — © Simon-Pierre Boucher, all rights reserved6 */7export default {8  plugins: {9    tailwindcss: {},10    autoprefixer: {},11  },12};13