UNPKG

@novicell/css-utils

Version:

A CSS utility class package inspired by Bootstrap 4 CSS utilities and configurable via CSS Custom Properties and PostCSS.

1 lines 1.63 kB
.text-monospace{font-family:monospace}.text-justify{text-align:justify}.text-wrap{white-space:normal}.text-nowrap,.text-truncate{white-space:nowrap}.text-truncate{overflow:hidden;text-overflow:ellipsis}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}@media (min-width:576px){.text-ms-left{text-align:left}.text-ms-right{text-align:right}.text-ms-center{text-align:center}}@media (min-width:768px){.text-sm-left{text-align:left}.text-sm-right{text-align:right}.text-sm-center{text-align:center}}@media (min-width:992px){.text-md-left{text-align:left}.text-md-right{text-align:right}.text-md-center{text-align:center}}@media (min-width:1200px){.text-lg-left{text-align:left}.text-lg-right{text-align:right}.text-lg-center{text-align:center}}@media (min-width:1400px){.text-xl-left{text-align:left}.text-xl-right{text-align:right}.text-xl-center{text-align:center}}.text-white{color:#fff}.text-black{color:#000}.text-primary{color:#c80046}.text-secondary{color:#363636}.text-success{color:#28a745}.text-danger{color:#dc3545}.text-warning{color:#ffc107}.text-gray{color:#acacac}.text-gray-light{color:#d7d7d7}.text-gray-dark{color:#4b4b4b}.text-body{color:#000}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.font-weight-lighter{font-weight:lighter}.font-weight-normal{font-weight:400}.font-weight-bold{font-weight:700}.font-weight-bolder{font-weight:bolder}.font-italic{font-style:italic}.text-decoration-none{text-decoration:none}.text-break{word-wrap:break-word;word-break:break-word}.text-reset{color:inherit}