-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Closed
Description
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;ryanmr, ThomOrlo, afuno and mostafabahri
Metadata
Metadata
Assignees
Labels
No labels