Skip to content
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

Issue will be placed here on a continuous basis. #1

Open
ZhiqinLuUCI opened this issue Jun 28, 2023 · 1 comment
Open

Issue will be placed here on a continuous basis. #1

ZhiqinLuUCI opened this issue Jun 28, 2023 · 1 comment
Assignees

Comments

@ZhiqinLuUCI
Copy link
Collaborator

  1. How to set up something like .red=.text-red-500 to that later we can change .text-red-500 only once. I plan to define .red, .blue, .voilet, .green for different purpose.
  2. [abc]{.text-red-500} worked, but [abc]{.text-red-500} doesn't work.
  3. how to embed a pdf to the lecture notes, where to place the pdf?
@Kiyo5hi Kiyo5hi self-assigned this Jun 29, 2023
@Kiyo5hi
Copy link
Contributor

Kiyo5hi commented Jul 3, 2023

  1. How to set up something like .red=.text-red-500 to that later we can change .text-red-500 only once. I plan to define .red, .blue, .voilet, .green for different purpose.
  2. [abc]{.text-red-500} worked, but [abc]{.text-red-500} doesn't work.
  3. how to embed a pdf to the lecture notes, where to place the pdf?
  1. In tailwind.css, add something like:
@layer utilities {
  .red {
    @apply text-red-500
  }
}
  1. Use **[abc]{.text-red-500}** instead
  2. Create public/pdfs directory and maintain a well-structured hierarchy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants