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
If I leave sourceMaps enabled in lessOptions, I end up with an error like this:
Invalid mapping: {"generated":{"line":4391,"column":2},"source":"../bittitan-css/lib/bootstrap/3.3.5/type.less","original":{"line":1,"column":null},"name":null}
When I narrow down the issue, it seems that it breaks when I have a media query nested inside a selector. Example:
.my-selector { @media (max-width: @screen-sm) { // styles } }
So, I could either refactor any instances of nested media queries or set sourceMap to equal false.
The text was updated successfully, but these errors were encountered:
Duplicate of #50
Sorry, something went wrong.
No branches or pull requests
If I leave sourceMaps enabled in lessOptions, I end up with an error like this:
When I narrow down the issue, it seems that it breaks when I have a media query nested inside a selector. Example:
So, I could either refactor any instances of nested media queries or set sourceMap to equal false.
The text was updated successfully, but these errors were encountered: