Defines semantic color classes for text
by Gustavo Ramoscelli
HTML
<script src="https://code.jquery.com/jquery-3.4.1.slim.js"></script>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.js"></script>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.css">
<button class="btn btn-primary pe-none me-3">No clickeable (pe-none)</button>
<button class="btn btn-success pe-auto">Clickeable (pe-auto)</button>
<p class="text-muted mt-2">`pe-none` es útil para superposiciones o elementos decorativos que no deben ser interactivos.</p>