-
Notifications
You must be signed in to change notification settings - Fork 38
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
fix <li> indentation #79
Conversation
Thanks @terrychan999 . @chestercheng IIRC we used tailwind to generate the css? If we manually modify the style file, would it conflict with tailwind? If it conflicts, what would we like to do? I can think of two possibilities: (i) give up tailwind and maintain style sheets manually and (ii) use tailwind to make the style change. ref #76 |
Because from the Makefile I notice |
I missed |
It's my fault, the |
If it is not in the repository, would tailwind be a dependency when we build the repo locally? I do not have tailwind installed. If tailwind becomes a dependency, I need to learn how to install it and I think it should be documented somewhere in the repo. Let us give it more discussions before jumping to a conclusion. |
Yes, npx (npm package executor)(bundled with Node.js) will then become a dependency to build tailwind locally. |
Ok. It seems to be clear that, in the time being, to update style sheets we need to update I am merging this PR. Thanks a lot @terrychan999 ! |
No description provided.