Skip to content

Commit

Permalink
added dom content instead of html tags
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-bergmann committed Aug 9, 2023
1 parent db53f53 commit fda85c9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/technologies/b.json
Original file line number Diff line number Diff line change
Expand Up @@ -339,12 +339,12 @@
],
"description": "Basil.css is a responsive and customizable UI framework.",
"dom": [
"<link[^>]* href=[^>]*?basil\\.css[^>]*?>",
"text: basil\\.css",
"<style>[^<]*?\\.big\\\\:col-1\\s*?{\\s*?grid-column:\\s*?span 1;[^<]*?</style>",
"<link[^>]* href=\"https://unpkg\\.com/basilcss",
"<link[^>]* href=\"https://cdn\\.jsdelivr\\.net/npm/basilcss"
],
"link[href*='basil.css']",
"style: .big\\:col-1 { grid-column: span 1;",
"link[href*='https://unpkg.com/basilcss']",
"link[href*='https://cdn.jsdelivr.net/npm/basilcss']",
"text: basil\\.css"
],
"icon": "basilcss.svg",
"website": "https://basilcss.com"
},
Expand Down

0 comments on commit fda85c9

Please sign in to comment.