bootstrap remove underline from link sass code example
Example: bootstrap link remove underline
a:hover, /* OPTIONAL*/
a:visited,
a:focus
{text-decoration: none !important;}
a:hover, /* OPTIONAL*/
a:visited,
a:focus
{text-decoration: none !important;}