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

michielvandermeer/tailwind-v4-multiple-output-files-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

This is a test setup for an Issue I created on the Tailwind v4 repository. See: tailwindlabs/tailwindcss#16970

This setup actually proves that the issue is not with Tailwind, but probably somewhere in my own setup.

Setup

I've created two folders in src: application-project and components-project.

Both projects have Tailwind v4 CLI installed.

In the application-project I've intentionally removed all sources so that Tailwind doesn't pick up the example styles.

In the components-project I have a component-example.html where a single style is defined (text-center).

The application.html file in the application-project includes both the components.css and application.css files, in that order. My suspiscion was that the last file would reset the styles of the previous files. But that is actually not the case.

About

A test setup for a Tailwind Issue I created about two tailwind input files not working.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages