Added better detection for ZURB Foundation

- Checks for divs with class value of "columns" used by Foundation
- Tested working on jquery.com
main
Daryl Chan 10 years ago
parent d8b6791e6e
commit 9d7531b6cc

@ -4247,7 +4247,8 @@
"ZURB Foundation": { "ZURB Foundation": {
"website": "foundation.zurb.com", "website": "foundation.zurb.com",
"cats": [ 18 ], "cats": [ 18 ],
"html": "<link[^>]+foundation[^>\"]+css" "html": "<link[^>]+foundation[^>\"]+css",
"html": "<div.*class=\".*columns.*\""
} }
} }
} }