twbs / bootstrap

The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.

Home Page:https://getbootstrap.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Change the initialism selector

zlatanvasovic opened this issue · comments

It would be nice to change abbr initialism selector from abbr.initialism to .initialism.

Changing selector will make class usable as mixin. That also doesn't require changing markup, so it can be in a patch relase (correct me if I'm wrong).

If using .initialism affects global namespace, please change class name to .abbr-initialism in v4.

Thanks in advance.