Как пишу какой нибудь текст с двоеточием, то ошибка
.case-parameters(@cn; @namecase) {
.block-case li:nth-of-type(@{cn}):after {
top: 0;
right: 0;
bottom: 0;
left: 0;
content: "@{namecase}";
font-size: 23px;
color: #fff;
text-shadow: 0px 0px 5px rgba(23, 23, 23, 1);
display: inline-block;
width: 100%;
position: relative;
margin-top: 90px;
text-align: center;
}
}