Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Undo override of Tailwind classname separator for Pug #376

Open
arildm opened this issue Jul 9, 2024 · 0 comments
Open

Undo override of Tailwind classname separator for Pug #376

arildm opened this issue Jul 9, 2024 · 0 comments
Labels
maintenance Oiling the gears, preventing future problems

Comments

@arildm
Copy link
Member

arildm commented Jul 9, 2024

tailwind.config.js has:

    // pug doesn't support special characters in class names, so no colon.
    separator: "_",

See https://tailwindcss.com/docs/configuration#separator

Pug was removed in February 2023 (b13084b), so there's no need for that anymore.

Switching back shouldn't be a huge commit, and should be easier in the long run.

@arildm arildm added the maintenance Oiling the gears, preventing future problems label Jul 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Oiling the gears, preventing future problems
Projects
None yet
Development

No branches or pull requests

1 participant