when i import css with this, it generates unvalid stuff and less shows an error @media (max-width: 990px) { body { background-position: -468px 0; } }
when i import css with this, it generates unvalid stuff and less shows an error
@media (max-width: 990px) {
body {
background-position: -468px 0;
}
}