a programming education platform www.hypercommit.com
education
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at master 6 lines 141 B view raw
1/** @type {import('postcss-load-config').Config} */ 2const config = { 3 plugins: { "@tailwindcss/postcss": {} }, 4}; 5 6export default config;