Skip to content
New issue

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

NameError: .border-radius-all #404

Open
robertwsdisplay opened this issue Apr 16, 2015 · 0 comments
Open

NameError: .border-radius-all #404

robertwsdisplay opened this issue Apr 16, 2015 · 0 comments

Comments

@robertwsdisplay
Copy link

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.."

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant