Comment on Ask HN: How to identify a website built with Bootstrap?Comments−richbradshaw12yA mildly decent way is to check for `span[0-9]+` or the newer `col-` whatever classes. A site using classes of `container` and the ones previously mentioned probably has a 80%+ chance of using the bootstrap grid.
Comments
A mildly decent way is to check for `span[0-9]+` or the newer `col-` whatever classes. A site using classes of `container` and the ones previously mentioned probably has a 80%+ chance of using the bootstrap grid.