-
Notifications
You must be signed in to change notification settings - Fork 12k
'includePaths' does not work with LESS #7083
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
Comments
It was not included as it was blocked by webpack-contrib/less-loader#75 |
Is there any workaround? It becomes inconveniently to use relative imports in case of deep folder structure |
This is not a bug but a feature request. Less support was never included in the functionality (#4003). Now that it's possible, I'd like to integrate it. PRs are welcome, but bear in mind it should use the built-in LESS resolver and not the webpack resolver. |
I could implement it. |
@filipesilva shortly v |
@JPeer264 your PR was released in |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Bug Report or Feature Request (mark with an
x
)Versions.
@angular/cli: 1.2.2
node: 6.11.0
os: linux x64
Repro steps.
ng new [NAME] --style=less
styles/variables.less
directory insrc
folder.angular-cli.json
The log given by the failure.
Desired functionality.
includePaths
should work like lesspaths
optionMention any other details that might be useful.
The steps were reproduced with
scss
styles and it worked correctlyThe text was updated successfully, but these errors were encountered: