{{-- we use a render blocking script in
to force the theme attribute to be in the document before it renders avoiding white flicks when for example, using the dark color mode. --}} @basset('https://cdn.jsdelivr.net/npm/@tabler/core@1.4.0/dist/css/tabler.min.css', true, ['integrity' => 'sha256-fvdQvRBUamldCxJ2etgEi9jz7F3n2u+xBn+dDao9HJo=', 'crossorigin' => 'anonymous']) @basset(base_path('vendor/backpack/theme-tabler/resources/assets/css/style.css')) @basset(base_path('vendor/backpack/theme-tabler/resources/assets/css/color-adjustments.css'))