Hacker Timesnew | past | comments | ask | show | jobs | submitlogin

They are CJS modules or (ideally) Typescript. CSS custom properties (variables) are slightly different.

    import type { Config } from 'tailwindcss'
    
    export default {
      content: [],
      theme: {
        extend: {},
      },
      plugins: [],
    } satisfies Config
(not arguing for or against TW here)


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: