Lanyards is a dedicated profile for researchers, built on the AT Protocol.
at main 146 B view raw
1/** @type {import('postcss-load-config').Config} */ 2const config = { 3 plugins: { 4 '@tailwindcss/postcss': {}, 5 }, 6}; 7 8export default config;