fresh_plugin_tailwind Tailwind Templates

Fresh_plugin_tailwind

Raw TailwindCSS on Fresh

fresh_plugin_tailwind

Raw TailwindCSS on Fresh

export default defineConfig({ plugins: [

  • tailwindPlugin() ] })
    And, create `tailwind.config.js` to project root.
    ```js:tailwind.config.js
    /** @type {import('tailwindcss').Config} */
    module.exports = {
      content: [
    './**/*.{js,jsx,ts,tsx}',
      ],
    }
    
    This is OK!!

    What's good?

    TailwindCSS plugin will be available! (Not tested yet)

There must be many other good things to do! (The day I write this, I can't write any more because I have a test tomorrow...)

Top categories

Loading Svelte Themes