Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

How to define TailwindCSS plugins? #29

@alexandrehsaad

Description

@alexandrehsaad

In my current TailwindCSS project using JS I define plugins in a tailwind.config.js file such as:

plugins: [
    require("@tailwindcss/aspect-ratio"),
    require("@tailwindcss/typography")
]

This file is also where I extended the theme.

With Vapor and SwiftyTailwind, how can I achieve the same thing?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions