cookiecutter-flask/cookiecutter-flask

Question: Intended way to add custom css to a template?

prchristie opened this issue · 1 comments

Sorry for the silly question, I can't find an example anywhere of how this is intended to be done. CSS and JS files added to static don't seem to be compiled by npm run build, so I'm unsure how to add a whole css file to be added to a template. The layout.html template that everything inherits from has a css block but I would greatly prefer to link to a stylesheet than have css into the html file.

Again, sorry for the simple question. I've never used webpack or really anything to do with npm so this is a bit out of my ballpark. Thanks!

stale commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.