DEV Community

Discussion on: Styled Components vs. CSS Stylesheets

Collapse
 
lukesmetham profile image
Luke Smetham

import this in a separate file and make it the default export, move all the CSS from your template inside of the template string and then import the file into your global styles.

Then you can still utilize your theme and all the other SC features inside of the CSS provided by your template and customize it however you see fit.