We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Have another line of code from a less file as follows:
.site-branding{ border-bottom: 1px solid #5C5C5C; margin-bottom: 5px; #site-search-container{ form{ .search-query{ .border-radius-all(0); border-right: none; box-shadow: none; padding: 4px 10px; padding-bottom: 5px; } button{ background: none; border-left: none; box-shadow: none; .border-radius-all(0); } } } }
keep receiving the following error when I compile "NameError: .border-radius-all is undefined.."
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Have another line of code from a less file as follows:
.site-branding{
border-bottom: 1px solid #5C5C5C;
margin-bottom: 5px;
#site-search-container{
form{
.search-query{
.border-radius-all(0);
border-right: none;
box-shadow: none;
padding: 4px 10px;
padding-bottom: 5px;
}
button{
background: none;
border-left: none;
box-shadow: none;
.border-radius-all(0);
}
}
}
}
keep receiving the following error when I compile "NameError: .border-radius-all is undefined.."
The text was updated successfully, but these errors were encountered: