dirkolbrich / hugo-tailwindcss-starter-theme

Starter files for a Hugo theme with Tailwindcss
MIT License
401 stars 55 forks source link

pin-b is not a valid tailwind class #35

Closed wackazong closed 3 years ago

wackazong commented 3 years ago

https://github.com/dirkolbrich/hugo-theme-tailwindcss-starter/blob/663fd9bf56c095d12103c603c9f8dcbc64277125/layouts/partials/footer.html#L1

wackazong commented 3 years ago

Therefore I guess it's just a typo?

dirkolbrich commented 3 years ago

Good catch. But it's not a typo. pin-bwas a valid positioning class in tailwindcss < v0.x. I somehow missed the change in v1.x. Will add a fix.