Feature: Added Tailwind and associated packages#11
Conversation
…peration for tailwind addition
… pug on index.pug
|
Hello @nbeck415 I got tailwind to work with pug, but from a development standpoint, every time I make a change I must stop the container, run the script for postcss. Not sure how to make it so that it executes the script every time I save. I assume because the styles.css is being edited by postcss the container must always be rebuilt. p.s. relies on the updated makefile |
…into omr/feature/addTailwind
…into omr/feature/addTailwind
|
@nbeck415
|
|
@nbeck415 Where you able to take a look at the makefile and see this would be the best place to add the custom npm tailwind css script? If so, this PR is ready to be reviewed. |
Description
Added tailwindcss postcss autoprefixer postcss-cli
configure tailwind.config / postcss.config
added script to package.json to use postcss
added tailwind to index and layout for initial tailwind test
Issues
References #9