Skip to content

Responsive variants are not appended to the very end of my CSS. #1955

@nhobi

Description

@nhobi

According to the docs, the default behavior is for responsive variants to be appended to the end of your CSS file if you omit @tailwind screens.

Instead, it seems like the defaults are being appended to the end.

Because of this, responsive variants are being overridden by the non-responsive defaults because the defaults are further down the compiled CSS file.

Screen Shot 2020-06-23 at 1 14 55 PM

Things I've tried with no luck

  • Adding @tailwind screens at the end of my CSS file
  • Removing both of my very basic tailwind plugins in my config file
  • Stripping down my tailwind config file to basically nothing
  • Uninstalling / reinstalling tailwind from my project.

I've worked on several tailwind projects and this the first time I'm seeing this. The only difference in this project is that it's been upgraded from 0.7.4 to 1.4.6 — wondering if that has something to do with this?

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