You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 8, 2020. It is now read-only.
I have my webpack.config.js setup to use less-loader and it is loading my component's less files just fine. However I have an additional base-theme.less file in my app folder that I want to include so it is applied globally. What is the appropriate way to include this additional less file in my main (non-vendor) webpack?
The text was updated successfully, but these errors were encountered:
Thanks for the reply @SteveSandersonMS. I ended up putting everything in my app.component.less file next to the aspp.component.ts, and then setting encapsulation: ViewEncapsulation.None in the @component() decorator.
I have my webpack.config.js setup to use less-loader and it is loading my component's less files just fine. However I have an additional base-theme.less file in my app folder that I want to include so it is applied globally. What is the appropriate way to include this additional less file in my main (non-vendor) webpack?
The text was updated successfully, but these errors were encountered: