Improved detection for Bootstrap

main
Preshant Achuthan 10 years ago
parent 0e9dd927b9
commit b4986e7b06

@ -3684,7 +3684,7 @@
"website": "getbootstrap.com", "website": "getbootstrap.com",
"cats": [ 18 ], "cats": [ 18 ],
"script": "(?:twitter\\.github\\.com/bootstrap|bootstrap(?:\\.js|\\.min\\.js))", "script": "(?:twitter\\.github\\.com/bootstrap|bootstrap(?:\\.js|\\.min\\.js))",
"html": "<link.+?href=\"[^\"]+bootstrap(?:\\.min)?\\.css", "html": ["<link.+?href=\"[^\"]+bootstrap(?:\\.min)?\\.css", "<div [^>]*class=\"[^\"]*col-(?:xs|sm|md|lg)-\\d{1,2}"],
"env": "^Twipsy$\\;confidence:50" "env": "^Twipsy$\\;confidence:50"
}, },
"Typekit": { "Typekit": {

Loading…
Cancel
Save