uptane.github.io icon indicating copy to clipboard operation
uptane.github.io copied to clipboard

Configuration for Tailwind Integration

Open devilkiller-ag opened this issue 1 year ago • 3 comments

Summary of Changes

This PR adds configuration for Tailwind CSS

Related Issue

Fixes first task of #179

Checklist

  • [x] I have read and followed the project's contribution guidelines, including code style and commit message conventions.
  • [x] My code is well-documented, and I've updated relevant documentation.
  • [x] I have added or updated test cases to ensure the code's functionality.
  • [x] I have tested these changes on my local environment.
  • [x] All tests pass, and there are no new linting errors.
  • [x] I have reviewed and proofread my code and the changes.
  • [x] The branch is up-to-date with the base branch.

Reviewer(s)

@Abhijay007

devilkiller-ag avatar Feb 02 '24 04:02 devilkiller-ag

Sure @Abhijay007, I will look into this.

devilkiller-ag avatar Feb 06 '24 03:02 devilkiller-ag

Hi @Abhijay007, I have made changes to the heading styling. However, I think I will need to convert the whole custom.css into tailwind, to fix the styling. I am currently doing these changes in a different CSS file. I have changed the heading styling into tailwind in the above commit.

devilkiller-ag avatar Feb 07 '24 07:02 devilkiller-ag

The code changes LGTM. Now, you can work on converting one of the components and create a separate PR for that. Once that's done, we will merge both of these PRs.

Okay Sure!

devilkiller-ag avatar Feb 09 '24 02:02 devilkiller-ag

closing this as we already have version of it here : https://github.com/uptane/uptane.github.io/pull/185

Abhijay007 avatar May 24 '24 21:05 Abhijay007