I have a Vue Js project I'm building and created it with CLI3 but I'm not sure where I should be placing my global CSS file. There are a few answers out there but it's for older versions with folders that aren't there anymore.
Where should a css file go and where should I be importing it?
.cssfile anywhere you want and then in yourmain.jsyou can import it withimport '@/path/to/file/my-style.css'. Read more about@here