-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: Added Tailwind and associated packages #11
base: master
Are you sure you want to change the base?
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