spraakbanken / korp-frontend

Frontend for Korp, a tool using the IMS Open Corpus Workbench (CWB).
https://spraakbanken.gu.se/en/tools/korp
MIT License
16 stars 8 forks source link

Undo override of Tailwind classname separator for Pug #376

Closed arildm closed 1 month ago

arildm commented 4 months ago

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 (b13084b99a3f9efbb2b3163dc40411441c3aa4e5), so there's no need for that anymore.

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