From cf83b3a2abe815002451908d6a826b98b8679f9e Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 12 Oct 2024 14:18:40 -0400 Subject: Fix CSS import syntax --- bundles/ingen.lv2/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundles/ingen.lv2/style.css b/bundles/ingen.lv2/style.css index ff0d542b..174d889c 100644 --- a/bundles/ingen.lv2/style.css +++ b/bundles/ingen.lv2/style.css @@ -1,4 +1,4 @@ -@import "./pygments.css"; +@import url("./pygments.css"); /* Generic page style */ -- cgit v1.2.1