congo icon indicating copy to clipboard operation
congo copied to clipboard

Missing Tailwind classes, e.g. border

Open bshyong opened this issue 2 years ago • 1 comments

What happened?

There are some missing Tailwind classes

confirmed missing:

  • py-4 (though py-1, py-2, py-3 are availble)
  • the border classes border-solid, border-2, border-sky-500, etc.

I've tried debugging and can't figure out why this is happening; some of these classes are simply unrecognized in the theme while others seem to work.

Theme version

v2.3.1

Hugo version

v0.104.2

What browsers are you seeing the problem on?

Chrome, Firefox, Safari, all browsers

Relevant Hugo log output

No response

bshyong avatar Sep 30 '22 02:09 bshyong

Only the classes the theme already uses are included by default. Try with building the theme CSS from source: https://jpanther.github.io/congo/docs/advanced-customisation/#building-the-theme-css-from-source

opncow avatar Sep 30 '22 07:09 opncow

Got it, thank you

bshyong avatar Sep 30 '22 20:09 bshyong