Skip to content

Breaking due to global.css #240

Description

@tecoad

I notice an issue with this extension.

If your globals.css use classes like:

	h1 {
		@apply text-[38px]/[1.1] md:text-[56px]/[1.1]; 
	}

	h2 {
		@apply text-[32px]/[1.3] md:text-[42px]/[1.25]; 
	}

Throws the error:

app/globals.css The text-[38px]/[1.1] class does not exist. If text-[38px]/[1.1] is a custom class, make sure it is defined within a @layer directive.

It only happens with this extension. I use other extensions and this doesnt occur.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions