I'm building a website with django and i'm using uikit 3 as front-end framework is there any way to style django-crispy-forms with uikit ? with bootstrap i can just put this line on settings file :
CRISPY_TEMPLATE_PACK = 'bootstrap4'
is their any option like this to use uikit ?