SPB Git

spb/spboucher.ai Public

spboucher.ai — personal website of Simon-Pierre Boucher.

TypeScript 93.4% HTML 5.5% CSS 1%
201 B · 15 lines javascript
Raw Blame History
1/*2  postcss.config.mjs3  spboucher.ai Web4  Author: Simon-Pierre Boucher5  Mail: contact@spboucher.ai6*/78const config = {9  plugins: {10    "@tailwindcss/postcss": {},11  },12};1314export default config;15