feat: Add bulma and base for bulma styleguide

This commit is contained in:
2025-03-20 18:58:32 +01:00
parent bbad63a460
commit abce89c829
7 changed files with 21610 additions and 2 deletions

View File

@@ -113,5 +113,6 @@ urlpatterns = [
###############
path("sitemap.xml", sitemap, {"sitemaps": sitemaps}, name="django.contrib.sitemaps.views.sitemap"),
path("styleguide", views.styleguide, name="styleguide"),
path("styleguide-bulma", views.styleguide_bulma, name="styleguide-bulma"),
]