question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

forms + typography have stopped resolving

See original GitHub issue

These lines are not resolving for me to valid URLs from madmin’s application.html.erb template.

<link href="https://unpkg.com/@tailwindcss/forms/dist/forms.min.css" rel="stylesheet" />
<link href="https://unpkg.com/@tailwindcss/typography/dist/typography.min.css" rel="stylesheet" />

In my main Rails app I get forms + typograhy by adding plugins to my tailwind.config.js file:

tailwind.config.js

  content: ["./app/**/*.{html,js,erb}"],
  theme: {
    extend: {},
  },
  plugins: [
    require('@tailwindcss/forms'),
    require('@tailwindcss/typography'),
  ],
}

I don’t know tailwind very well, so raising an issue here, maybe there is an easy fix?

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
excid3commented, Oct 1, 2022

This should be fixed now.

0reactions
rywcommented, Nov 7, 2022

I was still on “1.2.6” never mind 😦

Read more comments on GitHub >

github_iconTop Results From Across the Web

Third-party installed font does not appear in the font list in ...
Method 1 · Clear the font caches. · On the Edit menu, click Select Duplicated Fonts. · On the Edit menu, click Resolve...
Read more >
c# - Windows Form Controls - Font not changing for Wingding
In visual studio, click on the control and in the property section expand the font section. Change the Font to Wingdings and the...
Read more >
PostScript Type 1 fonts end of support - Adobe Support
Adobe will disable support for authoring with Type 1 fonts in January 2023.
Read more >
Adobe is retiring Type 1 font support, here's how to prepare for ...
Adobe has announced that they will end support for creating content with Type 1 fonts by January 2023. Here's how you can prepare...
Read more >
14 typography crimes to stop committing - 99Designs
Get your designs right by learning what you're doing wrong! Here are 14 typography crimes designers have to stop committing.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found