Closed tholzheim closed 1 year ago
The Tailwind class https://github.com/justpy-org/justpy/blob/bb97f39179ccd7f0fe27b81cebd95cc804e5c0ea/jpcore/tailwind.py#L4 contains class names that are not supported by the used Tailwind version 2.2.7 https://github.com/justpy-org/justpy/blob/bb97f39179ccd7f0fe27b81cebd95cc804e5c0ea/justpy/templates/local/tailwind/base.css#L1
2.2.7
For example several color options are listed in tailwind.py but using those results in invisible html objects. e.g.
part of #528
The color css classes are located in justpy/templates/local/tailwind/utilities.css. The file has no indication of a tailwind version so I assume it has the same as the base.css
base.css
see #685
The Tailwind class https://github.com/justpy-org/justpy/blob/bb97f39179ccd7f0fe27b81cebd95cc804e5c0ea/jpcore/tailwind.py#L4 contains class names that are not supported by the used Tailwind version
2.2.7
https://github.com/justpy-org/justpy/blob/bb97f39179ccd7f0fe27b81cebd95cc804e5c0ea/justpy/templates/local/tailwind/base.css#L1For example several color options are listed in tailwind.py but using those results in invisible html objects. e.g.
598
599
601