Add styles
leonardoelias opened this issue · 1 comments
leonardoelias commented
Added .css and/or .scss insede folder src/styles, but not effect :(
dmnsgn commented
This boilerplate is using webpack and css-loader: https://webpack.js.org/loaders/css-loader/
You need to import them in your bundle:
import css from 'file.css';