morlandi / django-ajax-datatable

A Django app which provides the integration of a Django project with the jQuery Javascript library DataTables.net
MIT License
204 stars 64 forks source link

How to ise Tailwindcss classes #49

Closed Shavinder closed 2 years ago

Shavinder commented 2 years ago

I ve tried to apply tailwindcss classes using tailwind's customised stylesheet. The classes get picked up in the markup but are not applied. They are being overridden by other styles. Perhaps datatables stylesheet. I ve tried moving the tailwind inclusion in the base template to after the datatable css but it does not work. Can you help me please?

morlandi commented 2 years ago

I'm sorry ... .I don't know anything about tailwindcss