Skip to content

Add PurgeCSS comments to tailwind.css #1551

@pspeter3

Description

@pspeter3

I often end up having a single css file for Tailwind projects with the below contents. It would be nice if the tailwind.css file could include those comments by default. That way I can just import "tailwind/tailwind.css" in my code and not need the CSS file.

/* purgecss start ignore */
@tailwind  base;
@tailwind  components;
/* purgecss end ignore */

@tailwind  utilities;

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