@ -952,7 +952,7 @@
"description" : "Bootstrap is a free and open-source CSS framework directed at responsive, mobile-first front-end web development. It contains CSS and JavaScript-based design templates for typography, forms, buttons, navigation, and other interface components." ,
"html" : [
"<style>\\s+/\\*!\\s+\\* Bootstrap v(\\d\\.\\d\\.\\d)\\;version:\\1" ,
"<link[^>]* href=[^>]*?bootstrap(?:[^>]*?([0-9a-fA-F]{7,40}|[\\d]+(?:.[\\d]+(?:.[\\d]+)?)?)|)[^> ]*?(?:\\.min)?\\.css\\;version:\\1"
"<link[^>]* href=[^>]*?bootstrap(?:[^>]*?([0-9a-fA-F]{7,40}|[\\d]+(?:.[\\d]+(?:.[\\d]+)?)?)|)[^> - ]*?(?:\\.min)?\\.css\\;version:\\1"
] ,
"icon" : "Bootstrap.svg" ,
"js" : {
@ -964,6 +964,25 @@
] ,
"website" : "https://getbootstrap.com"
} ,
"Bootstrap Icons" : {
"cats" : [
17
] ,
"description" : "Bootstrap Icons is a growing library of SVG icons that are designed by @mdo and maintained by the Bootstrap Team." ,
"icon" : "Bootstrap Icons.svg" ,
"dom" : {
"link[href*='bootstrap-icons']" : {
"attributes" : {
"href" : "bootstrap-icons(?:@|/)?([\\d\\.]+)?\\;version:\\1"
}
}
} ,
"oss" : true ,
"pricing" : [
"freemium"
] ,
"website" : "https://icons.getbootstrap.com"
} ,
"Bootstrap Table" : {
"cats" : [
59