I am a frontend developer, working first time on Spartacus. I am told to convert a hybris commerce site into Spartacus. The site is fully custom styled. I installed Spartacus and imported the same as basesite. But all styles are not showing up at localhost:4200. It shows the theme of the electronic site. I have followed the step as per Spartacus documentation. Any idea what is missing from my side?
styles.scss
?). Angular uses global styles (i.e.styles.css
which can be futher customised in theangular.json
) and component specific styles. I'd expect you to bring in your styles in thestyle.css
file. – tobi-or-not-tobi