Importing CSS (and other assets) from NPM packages
jonlambert opened this issue · 2 comments
jonlambert commented
Hey!
What is the correct way to include and handle CSS/fonts resources from NPM packages?
altaywtf commented
Hi, you can check this file: https://github.com/barbar/vortigern/blob/master/src/vendor/main.ts and https://github.com/postcss/postcss-import
jonlambert commented
Hi @altayaydemir, thanks for your reply! I've tried importing CSS files within main.ts
, but I'm not entirely sure where these can be used?