No longer used

This commit is contained in:
David Heinemeier Hansson
2025-04-20 16:23:15 +02:00
parent d3fa62d4c2
commit 48a6c05250
3 changed files with 0 additions and 16 deletions
@@ -1,8 +0,0 @@
import { Turbo } from "@hotwired/turbo-rails"
Turbo.StreamActions.set_css_variable = function() {
const name = this.getAttribute("name")
const value = this.getAttribute("value")
this.targetElements.forEach(element => element.style.setProperty(name, value))
}
-1
View File
@@ -1,2 +1 @@
import "initializers/current"
import "initializers/custom_stream_actions"