Remove @hotwired/turbo integration and Turbo loader demo (#2735)

This commit is contained in:
Paweł Kuna
2026-07-30 23:13:22 +02:00
committed by GitHub
parent ced821db1d
commit bea97f81b3
8 changed files with 9 additions and 137 deletions
-1
View File
@@ -12,5 +12,4 @@
@forward 'vendor/stars-rating';
@forward 'vendor/coloris';
@forward 'vendor/typed';
@forward 'vendor/turbo';
@forward 'vendor/fullcalendar';
-5
View File
@@ -1,5 +0,0 @@
@use '../config' as *;
.turbo-progress-bar {
background: var(--#{$prefix}primary);
}