Not using units in .css styling is deprecated by Gtk.
Lines 21 & 22 of the waybar style configuration .css file currently throw warnings for this reason.
(waybar:9279): Gtk-WARNING **: 04:16:17.534: Theme parsing error: style.css:21:20: Not using units is deprecated. Assuming 'px'.
(waybar:9279): Gtk-WARNING **: 04:16:17.534: Theme parsing error: style.css:22:20: Not using units is deprecated. Assuming 'px'.
Since this runs via an exec-once call in hyperland.conf Line 17 you probably don't notice or care about these warnings, but I figured I would make an issue so that people following your Hyperland Series EP3 video wouldn't get concerned that they did something wrong.