rfellows commented on a change in pull request #14: [WIP] NIFI-6212 introduce webpack, ES6, TS, linting, dev build watch URL: https://github.com/apache/nifi-fds/pull/14#discussion_r281727711
########## File path: platform/core/theming/_all-theme.scss ########## @@ -15,15 +15,14 @@ * limitations under the License. */ -@import '../../../../node_modules/@angular/material/theming'; -@import '../../../../node_modules/@covalent/core/theming/all-theme'; +@import '../../../node_modules/@angular/material/theming'; Review comment: you can reference things in node_modules this way... ``` @import '~@angular/material/theming'; @import '~@covalent/core/theming/all-theme'; ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
