ul.checklist li:before {
    background-color: currentColor;
    content: "";
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: -1.25rem;
    margin-bottom: -0.275rem;
    -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 1000 1000' %3E%3Cpolygon class='st0' points='853,87.7 414.1,646.9 132.5,354.9 5.9,477.1 426.2,916.2 990.6,194.3 '/%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 1000 1000' %3E%3Cpolygon class='st0' points='853,87.7 414.1,646.9 132.5,354.9 5.9,477.1 426.2,916.2 990.6,194.3 '/%3E%3C/svg%3E%0A");
    -webkit-mask-position: left center;
    mask-position: left center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 0.75rem;
    mask-size: 0.75rem;
}

ul.checklist {
    list-style: none;
}
