From 380b67e354a4dadcad60f81d213c1429bcf718e9 Mon Sep 17 00:00:00 2001 From: nurbek Date: Sat, 18 Mar 2023 22:00:07 +0600 Subject: [PATCH] Update Bulma / ui-frameworks --- src/technologies/b.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/technologies/b.json b/src/technologies/b.json index a83d6bc7f..86be23958 100644 --- a/src/technologies/b.json +++ b/src/technologies/b.json @@ -2402,9 +2402,9 @@ ], "description": "Bulma is a free class-based framework for CSS.", "dom": { - "link[href*='bulma.min.css']": { + "link[href*='bulma']": { "attributes": { - "href": "(?:([\\d\\.]+)/css/)?bulma\\.min\\.css\\;version:\\1" + "href": "(?:([\\d\\.]+)/css/)?bulma(?:-docs)?\\.min\\.css\\;version:\\1" } } },