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 add @import 'ngx-diff/styles/default-theme'; to scss file. The module is not found:
@import 'ngx-diff/styles/default-theme';
If I add @import 'ngx-diff/styles/default-theme.css'; to scss file. The file is not exported.
@import 'ngx-diff/styles/default-theme.css';
If I add "./styles/*": "./styles/*.css", to package.json's export, @import 'ngx-diff/styles/default-theme'; works.
"./styles/*": "./styles/*.css",
The text was updated successfully, but these errors were encountered:
fix(ngx-diff): add styles to exports of package.json
911c864
Fixes [#78](#78)
Hi @mshima, thanks for reporting this. I've published a fix with an update to the exports section in https://github.com/rars/ngx-diff/releases/tag/v8.0.2. Please let me know if you're still encountering problems with this.
exports
Sorry, something went wrong.
Working as expected now. Thanks.
No branches or pull requests
If I add
@import 'ngx-diff/styles/default-theme';
to scss file.The module is not found:
If I add
@import 'ngx-diff/styles/default-theme.css';
to scss file.The file is not exported.
If I add
"./styles/*": "./styles/*.css",
to package.json's export,@import 'ngx-diff/styles/default-theme';
works.The text was updated successfully, but these errors were encountered: